diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-07-24 15:48:41 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-07-24 15:48:41 +0000 |
commit | 4422c50b3f05509d78910c5c1598741bcb1bfd3f (patch) | |
tree | 773c35c05321c41b2e46575dbfbb85e9ac0334c6 /dev-util/pkgconfig | |
parent | alpha/ia64/x86 stable wrt #232370 (diff) | |
download | gentoo-2-4422c50b3f05509d78910c5c1598741bcb1bfd3f.tar.gz gentoo-2-4422c50b3f05509d78910c5c1598741bcb1bfd3f.tar.bz2 gentoo-2-4422c50b3f05509d78910c5c1598741bcb1bfd3f.zip |
alpha/ia64/x86 stable wrt #232484
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.23.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index f7de0dbb80d7..417c36dd916d 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.74 2008/07/24 10:13:10 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.75 2008/07/24 15:48:41 armin76 Exp $ + + 24 Jul 2008; Raúl Porcel <armin76@gentoo.org> pkgconfig-0.23.ebuild: + alpha/ia64/x86 stable wrt #232484 24 Jul 2008; Santiago M. Mola <coldwind@gentoo.org> pkgconfig-0.23.ebuild: amd64 stable wrt bug #232484 diff --git a/dev-util/pkgconfig/pkgconfig-0.23.ebuild b/dev-util/pkgconfig/pkgconfig-0.23.ebuild index 96fd275e798c..3621a1c2f164 100644 --- a/dev-util/pkgconfig/pkgconfig-0.23.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.23.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.23.ebuild,v 1.3 2008/07/24 10:13:10 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.23.ebuild,v 1.4 2008/07/24 15:48:41 armin76 Exp $ inherit flag-o-matic eutils @@ -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 ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="hardened elibc_FreeBSD" DEPEND="" |