diff options
author | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-04 17:14:30 +0000 |
---|---|---|
committer | Gysbert Wassenaar <nixnut@gentoo.org> | 2007-12-04 17:14:30 +0000 |
commit | bcdf5d2b7812a72facfc78aba3437f79ee93e587 (patch) | |
tree | 1d5798ff7487be01221e8bf511ba56e87f0c055d /dev-util/pkgconfig | |
parent | Updated to install 0install native feed with new rox-0install eclass (diff) | |
download | gentoo-2-bcdf5d2b7812a72facfc78aba3437f79ee93e587.tar.gz gentoo-2-bcdf5d2b7812a72facfc78aba3437f79ee93e587.tar.bz2 gentoo-2-bcdf5d2b7812a72facfc78aba3437f79ee93e587.zip |
Stable on ppc wrt bug 201122
(Portage version: 2.1.4_rc6)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index be70c29e7ef7..bda85932b8ee 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.68 2007/12/04 15:19:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.69 2007/12/04 17:14:30 nixnut Exp $ + + 04 Dec 2007; nixnut <nixnut@gentoo.org> pkgconfig-0.22.ebuild: + Stable on ppc wrt bug 201122 04 Dec 2007; Raúl Porcel <armin76@gentoo.org> pkgconfig-0.22.ebuild: alpha/ia64/sparc stable wrt #201122 diff --git a/dev-util/pkgconfig/pkgconfig-0.22.ebuild b/dev-util/pkgconfig/pkgconfig-0.22.ebuild index 7ebcf57a1de7..818a3c3281fd 100644 --- a/dev-util/pkgconfig/pkgconfig-0.22.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.22.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.22.ebuild,v 1.6 2007/12/04 15:19:31 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.22.ebuild,v 1.7 2007/12/04 17:14:30 nixnut 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="" |