diff options
author | 2012-05-18 23:59:56 +0000 | |
---|---|---|
committer | 2012-05-18 23:59:56 +0000 | |
commit | b88a0ae220efb26e0c594e5e6e7a256377ec376b (patch) | |
tree | 589df8cbd3b9244cf8435ee1796cf163469ca195 /dev-util | |
parent | Version bump. (diff) | |
download | gentoo-2-b88a0ae220efb26e0c594e5e6e7a256377ec376b.tar.gz gentoo-2-b88a0ae220efb26e0c594e5e6e7a256377ec376b.tar.bz2 gentoo-2-b88a0ae220efb26e0c594e5e6e7a256377ec376b.zip |
Add ~x86-fbsd keyword.
(Portage version: 2.2.0_alpha107/cvs/Linux i686)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index 94c0738a7ff0..d6030d3074a8 100644 --- a/dev-util/pkgconf/ChangeLog +++ b/dev-util/pkgconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconf # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.17 2012/05/18 23:46:19 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.18 2012/05/18 23:59:56 jdhore Exp $ + + 18 May 2012; Jeff Horelick <jdhore@gentoo.org> pkgconf-0.8.ebuild: + Add ~x86-fbsd keyword. 18 May 2012; <richard@gentoo.org> pkgconf-0.8.ebuild: keyword ~amd64-fbsd diff --git a/dev-util/pkgconf/pkgconf-0.8.ebuild b/dev-util/pkgconf/pkgconf-0.8.ebuild index db8ce3a7080b..991da4b16f80 100644 --- a/dev-util/pkgconf/pkgconf-0.8.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.ebuild,v 1.4 2012/05/18 23:46:19 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.ebuild,v 1.5 2012/05/18 23:59:56 jdhore Exp $ EAPI="4" @@ -12,7 +12,7 @@ else inherit eutils #SRC_URI="https://github.com/nenolod/pkgconf/tarball/${P} -> ${P}.tar.gz" SRC_URI="http://tortois.es/~nenolod/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |