diff options
author | Markus Meier <maekke@gentoo.org> | 2010-08-23 20:06:10 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2010-08-23 20:06:10 +0000 |
commit | 4784a9270108b64b4e86f937fa92e599c501440e (patch) | |
tree | 901bb230ca25b2a4ec7dc2c8a34a401e8dbd7930 /dev-util/pkgconfig | |
parent | Add proper blockers to old split packages #274443. (diff) | |
download | gentoo-2-4784a9270108b64b4e86f937fa92e599c501440e.tar.gz gentoo-2-4784a9270108b64b4e86f937fa92e599c501440e.tar.bz2 gentoo-2-4784a9270108b64b4e86f937fa92e599c501440e.zip |
arm stable, bug #331345
(Portage version: 2.2_rc68/cvs/Linux i686)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 5c440578376d..f0d135abccbe 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.87 2010/08/20 19:18:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.88 2010/08/23 20:06:10 maekke Exp $ + + 23 Aug 2010; Markus Meier <maekke@gentoo.org> pkgconfig-0.25-r2.ebuild: + arm stable, bug #331345 20 Aug 2010; Samuli Suominen <ssuominen@gentoo.org> pkgconfig-0.25-r2.ebuild: diff --git a/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild b/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild index d352933193d6..72bd07ea20f2 100644 --- a/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.25-r2.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-util/pkgconfig/pkgconfig-0.25-r2.ebuild,v 1.6 2010/08/20 19:18:55 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.25-r2.ebuild,v 1.7 2010/08/23 20:06:10 maekke Exp $ EAPI=2 inherit eutils flag-o-matic @@ -13,7 +13,7 @@ SRC_URI="http://pkgconfig.freedesktop.org/releases/${MY_P}.tar.gz" LICENSE="GPL-2" 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="elibc_FreeBSD hardened" DEPEND=">=dev-libs/popt-1.15" |