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 \ sed -i BuildTools/SCons/Tools/qt4.py \
-e "s/linux2/linux${KV_MAJOR}/" \ -e "s/linux2/linux${KV_MAJOR}/" \
|| die || die
eapply_user
} }
src_compile() { src_compile() {

View File

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