diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 03:04:19 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-07-07 03:04:19 +0000 |
commit | feac1deb8ea4b4dde7d4b26b945053b5aa8ba952 (patch) | |
tree | 3d28bb98d6af72f8c2e189782e7d34d51e8d3fad /sys-apps/grep | |
parent | remove old (diff) | |
download | gentoo-2-feac1deb8ea4b4dde7d4b26b945053b5aa8ba952.tar.gz gentoo-2-feac1deb8ea4b4dde7d4b26b945053b5aa8ba952.tar.bz2 gentoo-2-feac1deb8ea4b4dde7d4b26b945053b5aa8ba952.zip |
depend on virtual/libiconv, bug #363101
(Portage version: 2.2.0_alpha43/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/grep')
-rw-r--r-- | sys-apps/grep/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/grep/grep-2.9.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-apps/grep/ChangeLog b/sys-apps/grep/ChangeLog index a815d3724960..f793f23feeb4 100644 --- a/sys-apps/grep/ChangeLog +++ b/sys-apps/grep/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/grep # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.99 2011/06/22 03:59:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/ChangeLog,v 1.100 2011/07/07 03:04:19 aballier Exp $ + + 07 Jul 2011; Alexis Ballier <aballier@gentoo.org> grep-2.9.ebuild: + depend on virtual/libiconv, bug #363101 *grep-2.9 (22 Jun 2011) diff --git a/sys-apps/grep/grep-2.9.ebuild b/sys-apps/grep/grep-2.9.ebuild index 445d78344425..b6bf6659533f 100644 --- a/sys-apps/grep/grep-2.9.ebuild +++ b/sys-apps/grep/grep-2.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.9.ebuild,v 1.1 2011/06/22 03:59:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/grep/grep-2.9.ebuild,v 1.2 2011/07/07 03:04:19 aballier Exp $ EAPI="3" @@ -15,7 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~spar IUSE="nls pcre" RDEPEND="nls? ( virtual/libintl ) - pcre? ( >=dev-libs/libpcre-7.8-r1 )" + pcre? ( >=dev-libs/libpcre-7.8-r1 ) + virtual/libiconv" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" |