diff options
author | Tiago Cunha <tcunha@gentoo.org> | 2009-12-10 22:46:34 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gentoo.org> | 2009-12-10 22:46:34 +0000 |
commit | c9cb2cea7408d2776a420ae6c20f80ba51da6478 (patch) | |
tree | e8426c21c628324b5fb158eb8613d64c1971a183 /dev-libs/popt | |
parent | Version bump. Fix a bug with gtk+-2.18. (diff) | |
download | historical-c9cb2cea7408d2776a420ae6c20f80ba51da6478.tar.gz historical-c9cb2cea7408d2776a420ae6c20f80ba51da6478.tar.bz2 historical-c9cb2cea7408d2776a420ae6c20f80ba51da6478.zip |
stable sparc, bug 296420
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/popt')
-rw-r--r-- | dev-libs/popt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.15.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/popt/ChangeLog b/dev-libs/popt/ChangeLog index 6d7caea2b68a..45249d3bf0ec 100644 --- a/dev-libs/popt/ChangeLog +++ b/dev-libs/popt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/popt # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.76 2009/12/10 22:10:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.77 2009/12/10 22:46:34 tcunha Exp $ + + 10 Dec 2009; Tiago Cunha <tcunha@gentoo.org> popt-1.15.ebuild: + stable sparc, bug 296420 10 Dec 2009; Christian Faulhammer <fauli@gentoo.org> popt-1.15.ebuild: stable x86, bug 296420 diff --git a/dev-libs/popt/popt-1.15.ebuild b/dev-libs/popt/popt-1.15.ebuild index 1846fca5fb73..271cd5990648 100644 --- a/dev-libs/popt/popt-1.15.ebuild +++ b/dev-libs/popt/popt-1.15.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.15.ebuild,v 1.4 2009/12/10 22:10:17 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.15.ebuild,v 1.5 2009/12/10 22:46:34 tcunha Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://rpm5.org/files/popt/${P}.tar.gz" LICENSE="popt" SLOT="0" -KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" IUSE="nls" RDEPEND="nls? ( virtual/libintl )" |