diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-19 00:11:18 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-02-19 00:11:18 +0000 |
commit | 81d3465dcf6376662df81a1bb91fc8531f1dd637 (patch) | |
tree | d20762d6e0942f20acba4aba6b798b80ca336992 /app-text/iso-codes | |
parent | Remove monolithic KDE 4.0, bug 209586. (diff) | |
download | gentoo-2-81d3465dcf6376662df81a1bb91fc8531f1dd637.tar.gz gentoo-2-81d3465dcf6376662df81a1bb91fc8531f1dd637.tar.bz2 gentoo-2-81d3465dcf6376662df81a1bb91fc8531f1dd637.zip |
add empty RDEPEND, fix #210508
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-text/iso-codes')
-rw-r--r-- | app-text/iso-codes/ChangeLog | 8 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-0.58.ebuild | 7 | ||||
-rw-r--r-- | app-text/iso-codes/iso-codes-1.5.ebuild | 5 |
3 files changed, 13 insertions, 7 deletions
diff --git a/app-text/iso-codes/ChangeLog b/app-text/iso-codes/ChangeLog index 6cac59df021e..bf723694083c 100644 --- a/app-text/iso-codes/ChangeLog +++ b/app-text/iso-codes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/iso-codes -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.40 2007/11/29 05:32:10 jer Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/ChangeLog,v 1.41 2008/02/19 00:11:18 eva Exp $ + + 19 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org> iso-codes-0.58.ebuild, + iso-codes-1.5.ebuild: + add empty RDEPEND, fix bug #210508 29 Nov 2007; Jeroen Roovers <jer@gentoo.org> iso-codes-1.5.ebuild: Stable for HPPA (bug #199740). diff --git a/app-text/iso-codes/iso-codes-0.58.ebuild b/app-text/iso-codes/iso-codes-0.58.ebuild index 1a868f2cdc6f..460139548e09 100644 --- a/app-text/iso-codes/iso-codes-0.58.ebuild +++ b/app-text/iso-codes/iso-codes-0.58.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.58.ebuild,v 1.11 2007/01/20 12:03:40 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-0.58.ebuild,v 1.12 2008/02/19 00:11:18 eva Exp $ WANT_AUTOMAKE="latest" inherit eutils autotools @@ -14,12 +14,13 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" +RDEPEND="" DEPEND="sys-devel/gettext >=dev-lang/python-2.3 >=sys-devel/automake-1.9" src_unpack() { - unpack "${A}" + unpack ${A} cd "${S}" # fix install location for multilib machines diff --git a/app-text/iso-codes/iso-codes-1.5.ebuild b/app-text/iso-codes/iso-codes-1.5.ebuild index 675c06f190b6..64889d5b8fad 100644 --- a/app-text/iso-codes/iso-codes-1.5.ebuild +++ b/app-text/iso-codes/iso-codes-1.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-1.5.ebuild,v 1.8 2007/12/11 09:31:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/iso-codes/iso-codes-1.5.ebuild,v 1.9 2008/02/19 00:11:18 eva Exp $ WANT_AUTOMAKE="latest" inherit eutils autotools @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" IUSE="" +RDEPEND="" DEPEND="sys-devel/gettext >=dev-lang/python-2.3 >=sys-devel/automake-1.9" |