diff options
author | 2014-11-01 11:47:25 +0000 | |
---|---|---|
committer | 2014-11-01 11:47:25 +0000 | |
commit | 0ebca42a50842c9be7a5cbd0aeb8ac04bd7e20d2 (patch) | |
tree | 70c7b5eaa1de40200e5527a5fddadde91ebbfa1d /app-misc/screen/screen-4.0.3-r6.ebuild | |
parent | Move selinux policy to RDEPEND, bug #527790. (diff) | |
download | gentoo-2-0ebca42a50842c9be7a5cbd0aeb8ac04bd7e20d2.tar.gz gentoo-2-0ebca42a50842c9be7a5cbd0aeb8ac04bd7e20d2.tar.bz2 gentoo-2-0ebca42a50842c9be7a5cbd0aeb8ac04bd7e20d2.zip |
Move selinux policy to RDEPEND, bug #527730.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x64D4CF24)
Diffstat (limited to 'app-misc/screen/screen-4.0.3-r6.ebuild')
-rw-r--r-- | app-misc/screen/screen-4.0.3-r6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/screen/screen-4.0.3-r6.ebuild b/app-misc/screen/screen-4.0.3-r6.ebuild index 57b9f6b101b8..acee3f35575f 100644 --- a/app-misc/screen/screen-4.0.3-r6.ebuild +++ b/app-misc/screen/screen-4.0.3-r6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v 1.5 2014/03/10 21:21:35 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/screen/screen-4.0.3-r6.ebuild,v 1.6 2014/11/01 11:47:25 swegener Exp $ EAPI=4 @@ -17,10 +17,10 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~hppa-hpux ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="debug nethack pam selinux multiuser" -RDEPEND=">=sys-libs/ncurses-5.2 - pam? ( virtual/pam ) +DEPEND=">=sys-libs/ncurses-5.2 + pam? ( virtual/pam )" +RDEPEND="${DEPEND} selinux? ( sec-policy/selinux-screen )" -DEPEND="${RDEPEND}" pkg_setup() { # Make sure utmp group exists, as it's used later on. |