diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-24 13:54:06 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-24 13:54:06 +0000 |
commit | 3021b5b60cf20edd47a4d87eb811be0e69eeba15 (patch) | |
tree | 1df9826f9acad46697c8c0cd051641dcf8599a72 /dev-util | |
parent | Added vdr-1.5.3 patch. (diff) | |
download | gentoo-2-3021b5b60cf20edd47a4d87eb811be0e69eeba15.tar.gz gentoo-2-3021b5b60cf20edd47a4d87eb811be0e69eeba15.tar.bz2 gentoo-2-3021b5b60cf20edd47a4d87eb811be0e69eeba15.zip |
Stable on amd64 wrt bug 182981
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 88120e45383a..59886bdd3d16 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,10 @@ # 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.57 2007/05/12 07:02:32 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.58 2007/06/24 13:54:06 angelos Exp $ + + 24 Jun 2007; Christoph Mende <angelos@gentoo.org> + pkgconfig-0.21-r1.ebuild: + Stable on amd64 wrt bug 182981 12 May 2007; Joshua Kinard <kumba@gentoo.org> pkgconfig-0.21-r1.ebuild: Stable on mips. diff --git a/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild b/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild index 759fe325858e..5956ba5341f6 100644 --- a/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.21-r1.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.21-r1.ebuild,v 1.6 2007/05/12 07:02:32 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild,v 1.7 2007/06/24 13:54:06 angelos Exp $ inherit flag-o-matic eutils @@ -12,7 +12,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" DEPEND="" |