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 | b6d5a9a547fa060960639916611f53f4aaa817d8 (patch) | |
tree | f524495a025b72c58bfbbe1eb13827cf6d14618d /sys-apps/sed | |
parent | Sync with overlay. Remove patch, adds dep. (diff) | |
download | gentoo-2-b6d5a9a547fa060960639916611f53f4aaa817d8.tar.gz gentoo-2-b6d5a9a547fa060960639916611f53f4aaa817d8.tar.bz2 gentoo-2-b6d5a9a547fa060960639916611f53f4aaa817d8.zip |
Revert last commit in favour of using m4/selinux-selinux-h.m4.
(Portage version: 2.2.0_alpha90/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/sed')
-rw-r--r-- | sys-apps/sed/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/sed/sed-4.2.1-r1.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-apps/sed/ChangeLog b/sys-apps/sed/ChangeLog index cc17e36b715e..ebb3e11709ad 100644 --- a/sys-apps/sed/ChangeLog +++ b/sys-apps/sed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/sed # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.114 2012/03/15 01:37:20 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sed/ChangeLog,v 1.115 2012/03/19 11:00:34 ssuominen Exp $ + + 19 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> sed-4.2.1-r1.ebuild: + Revert last commit in favour of using m4/selinux-selinux-h.m4. 15 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> sed-4.2.1-r1.ebuild: Pull in libselinux for selinux/selinux.h wrt #408213 by Markus Knetschke 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 )" |