diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 15:09:07 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-01-01 15:09:07 +0000 |
commit | 5bea0c3b878959cc91e03e0f4c8d6b4dfe0341dc (patch) | |
tree | 28b1dfdfa218dce5b5d86c933b4bd027d37fc0c0 /dev-libs | |
parent | Stable on alpha, bug #296159 (diff) | |
download | gentoo-2-5bea0c3b878959cc91e03e0f4c8d6b4dfe0341dc.tar.gz gentoo-2-5bea0c3b878959cc91e03e0f4c8d6b4dfe0341dc.tar.bz2 gentoo-2-5bea0c3b878959cc91e03e0f4c8d6b4dfe0341dc.zip |
Stable on alpha, bug #296420
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/popt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/popt/popt-1.15.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/popt/ChangeLog b/dev-libs/popt/ChangeLog index e4777355128c..0fb55a25b7dd 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.78 2009/12/11 14:41:18 ranger Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.79 2010/01/01 15:09:07 klausman Exp $ + + 01 Jan 2010; Tobias Klausmann <klausman@gentoo.org> popt-1.15.ebuild: + Stable on alpha, bug #296420 11 Dec 2009; Brent Baude <ranger@gentoo.org> popt-1.15.ebuild: Marking popt-1.15 ppc64 for bug 296420 diff --git a/dev-libs/popt/popt-1.15.ebuild b/dev-libs/popt/popt-1.15.ebuild index 13aef6f951e2..4492f7971b11 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 +# Copyright 1999-2010 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.6 2009/12/11 14:41:18 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.15.ebuild,v 1.7 2010/01/01 15:09:07 klausman 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 )" |