diff options
author | 2011-10-27 12:37:00 +0000 | |
---|---|---|
committer | 2011-10-27 12:37:00 +0000 | |
commit | 7a77a2196f6b23a86cbecae235171725d598bde2 (patch) | |
tree | 935dc7a290ca09a21239f7183b9dd577f0bf1524 /sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild | |
parent | sys-boot/plymouth: Removed old revisions. (diff) | |
download | historical-7a77a2196f6b23a86cbecae235171725d598bde2.tar.gz historical-7a77a2196f6b23a86cbecae235171725d598bde2.tar.bz2 historical-7a77a2196f6b23a86cbecae235171725d598bde2.zip |
sys-boot/plymouth: Block sys-apps/systemd for openrc flag. Refs bug #383067.
Block sys-apps/systemd for openrc flag to not interfere with systemd plymouth
support. Refs bug #383067.
Package-Manager: portage-2.1.10.31/cvs/Linux x86_64
Diffstat (limited to 'sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild')
-rw-r--r-- | sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild b/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild index b6cfeddf5a83..16a8f061560a 100644 --- a/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild +++ b/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.1 2011/10/27 11:57:59 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/plymouth/plymouth-0.9_pre20111013-r1.ebuild,v 1.2 2011/10/27 12:37:00 aidecoe Exp $ EAPI=4 @@ -30,7 +30,7 @@ DEPEND="${CDEPEND} " RDEPEND="${CDEPEND} >=sys-kernel/dracut-008-r1[dracut_modules_plymouth] - openrc? ( sys-boot/plymouth-openrc-plugin ) + openrc? ( sys-boot/plymouth-openrc-plugin !sys-apps/systemd ) " DOCS=(AUTHORS README TODO) |