add missing eapply_user to swift, move lms to openrc-run

This commit is contained in:
Robert Förster 2016-02-12 12:58:33 +01:00
parent 71f326da25
commit 11c2ac4835
2 changed files with 4 additions and 3 deletions

View File

@ -129,6 +129,7 @@ src_prepare() {
sed -i BuildTools/SCons/Tools/qt4.py \
-e "s/linux2/linux${KV_MAJOR}/" \
|| die
eapply_user
}
src_compile() {

View File

@ -1,7 +1,7 @@
#!/sbin/runscript
# Copyright 1999-2014 Gentoo Foundation
#!/sbin/openrc-run
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# $Id$
DAEMON="/usr/sbin/lms"