diff options
author | Raúl Porcel <armin76@gentoo.org> | 2010-01-25 18:48:44 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2010-01-25 18:48:44 +0000 |
commit | cea729336b1475483facdebac547c853f8b1daa9 (patch) | |
tree | 54a9429b39da5cde3aab7cc65fd1e104d060f262 /dev-libs/popt | |
parent | arm/ia64/s390/sh stable wrt #296159 (diff) | |
download | gentoo-2-cea729336b1475483facdebac547c853f8b1daa9.tar.gz gentoo-2-cea729336b1475483facdebac547c853f8b1daa9.tar.bz2 gentoo-2-cea729336b1475483facdebac547c853f8b1daa9.zip |
arm/ia64/m68k/s390/sh stable wrt #296420
(Portage version: 2.1.6.13/cvs/Linux ia64)
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 391b5e495595..90bcfc6999fd 100644 --- a/dev-libs/popt/ChangeLog +++ b/dev-libs/popt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/popt # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.80 2010/01/06 09:46:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.81 2010/01/25 18:48:44 armin76 Exp $ + + 25 Jan 2010; Raúl Porcel <armin76@gentoo.org> popt-1.15.ebuild: + arm/ia64/m68k/s390/sh stable wrt #296420 06 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> popt-1.14.ebuild, popt-1.15.ebuild: diff --git a/dev-libs/popt/popt-1.15.ebuild b/dev-libs/popt/popt-1.15.ebuild index 4a0aa146471e..5186abe8b955 100644 --- a/dev-libs/popt/popt-1.15.ebuild +++ b/dev-libs/popt/popt-1.15.ebuild @@ -1,6 +1,6 @@ # 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.8 2010/01/06 09:46:35 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.15.ebuild,v 1.9 2010/01/25 18:48:44 armin76 Exp $ EAPI=2 inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://rpm5.org/files/popt/${P}.tar.gz" LICENSE="MIT" 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 )" |