diff options
author | 2006-10-17 11:32:50 +0000 | |
---|---|---|
committer | 2006-10-17 11:32:50 +0000 | |
commit | 2a22e7cca3edf705e038f5013a7a16c53ea9752b (patch) | |
tree | 562f614d109c513618e153fb1dc16bc6bf229400 /dev-util/pkgconfig | |
parent | Added ~sparc-fbsd keyword. (diff) | |
download | gentoo-2-2a22e7cca3edf705e038f5013a7a16c53ea9752b.tar.gz gentoo-2-2a22e7cca3edf705e038f5013a7a16c53ea9752b.tar.bz2 gentoo-2-2a22e7cca3edf705e038f5013a7a16c53ea9752b.zip |
Added ~sparc-fbsd keyword.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'dev-util/pkgconfig')
-rw-r--r-- | dev-util/pkgconfig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconfig/pkgconfig-0.21.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconfig/ChangeLog b/dev-util/pkgconfig/ChangeLog index 11ffc62f065a..2b251a858f90 100644 --- a/dev-util/pkgconfig/ChangeLog +++ b/dev-util/pkgconfig/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconfig # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.50 2006/09/05 01:53:09 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.51 2006/10/17 11:32:50 uberlord Exp $ + + 17 Oct 2006; Roy Marples <uberlord@gentoo.org> pkgconfig-0.21.ebuild: + Added ~sparc-fbsd keyword. *pkgconfig-0.21 (05 Sep 2006) diff --git a/dev-util/pkgconfig/pkgconfig-0.21.ebuild b/dev-util/pkgconfig/pkgconfig-0.21.ebuild index 21c4b62d1d5b..5ec901c8e4d9 100644 --- a/dev-util/pkgconfig/pkgconfig-0.21.ebuild +++ b/dev-util/pkgconfig/pkgconfig-0.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.21.ebuild,v 1.1 2006/09/05 01:53:09 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.21.ebuild,v 1.2 2006/10/17 11:32:50 uberlord Exp $ inherit flag-o-matic @@ -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 ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="hardened" DEPEND="" |