diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-20 22:54:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-20 22:54:25 +0000 |
commit | 03af10e3a14cd441ec452d6a2c297534252efd9c (patch) | |
tree | 64ed5deffba2907476d71c1c5034f45d9834708d /sys-apps/sed | |
parent | Replace dialout with uucp group in udev rules, bug 463376. (diff) | |
download | gentoo-2-03af10e3a14cd441ec452d6a2c297534252efd9c.tar.gz gentoo-2-03af10e3a14cd441ec452d6a2c297534252efd9c.tar.bz2 gentoo-2-03af10e3a14cd441ec452d6a2c297534252efd9c.zip |
Depend on libselinux when USE=selinux #408213 by Markus Knetschke.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.2.2.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog index 67821223acea..9558e688fd3c 100644 --- a/sys-apps/sed/ChangeLog +++ b/sys-apps/sed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/sed # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.125 2014/01/18 06:04:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.126 2014/01/20 22:54:25 vapier Exp $ + + 20 Jan 2014; Mike Frysinger <vapier@gentoo.org> sed-4.2.2.ebuild: + Depend on libselinux when USE=selinux #408213 by Markus Knetschke. 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> sed-4.2.2.ebuild: Add hack for gnulib acl check when cross-compiling #333887 by Luca Barbato. diff --git a/sys-apps/sed/sed-4.2.2.ebuild b/sys-apps/sed/sed-4.2.2.ebuild index e2d8fe55e086..97512dd1b192 100644 --- a/sys-apps/sed/sed-4.2.2.ebuild +++ b/sys-apps/sed/sed-4.2.2.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/sys-apps/sed/sed-4.2.2.ebuild,v 1.3 2014/01/18 06:04:26 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.2.ebuild,v 1.4 2014/01/20 22:54:25 vapier Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,7 +14,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s IUSE="acl nls selinux static" RDEPEND="acl? ( virtual/acl ) - nls? ( virtual/libintl )" + nls? ( virtual/libintl ) + selinux? ( sys-libs/libselinux )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |