diff options
author | Joshua Kinard <kumba@gentoo.org> | 2007-05-12 07:02:32 +0000 |
---|---|---|
committer | Joshua Kinard <kumba@gentoo.org> | 2007-05-12 07:02:32 +0000 |
commit | 354365faab23252364c69c6b8fd438da2cbe598c (patch) | |
tree | 7077b8f6d3a4a291fe2f1378a8369e631ab1de44 /dev-util/pkgconfig | |
parent | Stable on mips. (diff) | |
download | gentoo-2-354365faab23252364c69c6b8fd438da2cbe598c.tar.gz gentoo-2-354365faab23252364c69c6b8fd438da2cbe598c.tar.bz2 gentoo-2-354365faab23252364c69c6b8fd438da2cbe598c.zip |
Stable on mips.
(Portage version: 2.1.2.7)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 88bb29fbd65f..88120e45383a 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.56 2007/04/23 13:58:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.57 2007/05/12 07:02:32 kumba Exp $ + + 12 May 2007; Joshua Kinard <kumba@gentoo.org> pkgconfig-0.21-r1.ebuild: + Stable on mips. 23 Apr 2007; Gustavo Zacarias <gustavoz@gentoo.org> pkgconfig-0.21-r1.ebuild: diff --git a/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild b/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild index 9372f3c718b6..759fe325858e 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.5 2007/04/23 13:58:00 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.21-r1.ebuild,v 1.6 2007/05/12 07:02:32 kumba 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="" |