diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-19 11:00:34 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-19 11:00:34 +0000 |
commit | 2776ecb9f5c328fc5878870530c0fbc80a1c2c34 (patch) | |
tree | 4590a5c542e87517600fe485054378eef58e8ddd /sys-apps/sed/sed-4.2.1-r1.ebuild | |
parent | Sync with overlay. Remove patch, adds dep. (diff) | |
download | historical-2776ecb9f5c328fc5878870530c0fbc80a1c2c34.tar.gz historical-2776ecb9f5c328fc5878870530c0fbc80a1c2c34.tar.bz2 historical-2776ecb9f5c328fc5878870530c0fbc80a1c2c34.zip |
Revert last commit in favour of using m4/selinux-selinux-h.m4.
Package-Manager: portage-2.2.0_alpha90/cvs/Linux x86_64
Diffstat (limited to 'sys-apps/sed/sed-4.2.1-r1.ebuild')
-rw-r--r-- | sys-apps/sed/sed-4.2.1-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys-apps/sed/sed-4.2.1-r1.ebuild b/sys-apps/sed/sed-4.2.1-r1.ebuild index c0ec51e089bf..7ba5a7156213 100644 --- a/sys-apps/sed/sed-4.2.1-r1.ebuild +++ b/sys-apps/sed/sed-4.2.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.4 2012/03/15 01:37:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/sed-4.2.1-r1.ebuild,v 1.5 2012/03/19 11:00:34 ssuominen Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -14,8 +14,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="acl nls selinux static" RDEPEND="acl? ( virtual/acl ) - nls? ( virtual/libintl ) - selinux? ( sys-libs/libselinux )" + nls? ( virtual/libintl )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |