diff options
-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 )" |