diff options
author | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-20 19:33:00 +0000 |
---|---|---|
committer | John N. Laliberte <allanonjl@gentoo.org> | 2005-03-20 19:33:00 +0000 |
commit | ad54780c43da1a080b0e2ace0cb970484c539e6e (patch) | |
tree | ff2105f09e6145bf7e16f74d624cf4bb9d341a88 /sys-apps/parted | |
parent | Stable on SPARC. (diff) | |
download | gentoo-2-ad54780c43da1a080b0e2ace0cb970484c539e6e.tar.gz gentoo-2-ad54780c43da1a080b0e2ace0cb970484c539e6e.tar.bz2 gentoo-2-ad54780c43da1a080b0e2ace0cb970484c539e6e.zip |
changed gettext to >=0.12.1-r2 in 1.6.20 and 1.6.22. Fixes bug 85999
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-apps/parted')
-rw-r--r-- | sys-apps/parted/ChangeLog | 6 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.20.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/parted/parted-1.6.22.ebuild | 6 |
3 files changed, 13 insertions, 5 deletions
diff --git a/sys-apps/parted/ChangeLog b/sys-apps/parted/ChangeLog index 3f0b180ea839..50447b578166 100644 --- a/sys-apps/parted/ChangeLog +++ b/sys-apps/parted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-apps/parted # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.66 2005/03/20 04:24:22 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/ChangeLog,v 1.67 2005/03/20 19:33:00 allanonjl Exp $ + + 20 Mar 2005; John N. Laliberte <allanonjl@gentoo.org> parted-1.6.20.ebuild, + parted-1.6.22.ebuild: + changed gettext to >=0.12.1-r2 in 1.6.20 and 1.6.22. Fixes bug 85999 *parted-1.6.22 (19 Mar 2005) diff --git a/sys-apps/parted/parted-1.6.20.ebuild b/sys-apps/parted/parted-1.6.20.ebuild index a3d301c751d5..ecdb4ebb057d 100644 --- a/sys-apps/parted/parted-1.6.20.ebuild +++ b/sys-apps/parted/parted-1.6.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.20.ebuild,v 1.3 2005/01/21 21:32:11 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.20.ebuild,v 1.4 2005/03/20 19:33:00 allanonjl Exp $ inherit eutils @@ -16,9 +16,11 @@ SLOT="0" KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86" IUSE="nls static readline debug" +# specific version for gettext needed +# to fix bug 85999 DEPEND=">=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 - nls? ( sys-devel/gettext ) + nls? ( >=sys-devel/gettext-0.12.1-r2 ) readline? ( >=sys-libs/readline-4.1-r4 )" src_unpack() { diff --git a/sys-apps/parted/parted-1.6.22.ebuild b/sys-apps/parted/parted-1.6.22.ebuild index 18a7ccf6246d..f0aa5d4b8cf7 100644 --- a/sys-apps/parted/parted-1.6.22.ebuild +++ b/sys-apps/parted/parted-1.6.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.22.ebuild,v 1.1 2005/03/20 04:24:22 allanonjl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/parted/parted-1.6.22.ebuild,v 1.2 2005/03/20 19:33:00 allanonjl Exp $ inherit eutils @@ -14,9 +14,11 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="nls static readline debug" +# specific version for gettext needed +# to fix bug 85999 DEPEND=">=sys-fs/e2fsprogs-1.27 >=sys-libs/ncurses-5.2 - nls? ( sys-devel/gettext ) + nls? ( >=sys-devel/gettext-0.12.1-r2 ) readline? ( >=sys-libs/readline-4.1-r4 )" src_unpack() { |