diff options
author | Johannes Huber <johu@gentoo.org> | 2012-07-24 08:53:59 +0000 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2012-07-24 08:53:59 +0000 |
commit | 4455e2fb7f6652a92fe7a12adae2ff8a83946852 (patch) | |
tree | b7e040ec6eee385911dead9d8c07ff03a108e280 /dev-util/pkgconf | |
parent | removing nss-ldapd from cvs (new package name) moved to nss-pam-ldapd (diff) | |
download | gentoo-2-4455e2fb7f6652a92fe7a12adae2ff8a83946852.tar.gz gentoo-2-4455e2fb7f6652a92fe7a12adae2ff8a83946852.tar.bz2 gentoo-2-4455e2fb7f6652a92fe7a12adae2ff8a83946852.zip |
Stable for x86, wrt bug #427680
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index a83b25f061e4..6313d28273b0 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.30 2012/07/24 06:29:21 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.31 2012/07/24 08:53:59 johu Exp $ + + 24 Jul 2012; Johannes Huber <johu@gentoo.org> pkgconf-0.8.2.ebuild: + Stable for x86, wrt bug #427680 24 Jul 2012; Jeff Horelick <jdhore@gentoo.org> pkgconf-9999.ebuild: Drop the src_compile() as pkgconf has a new buildsys that is verbose by diff --git a/dev-util/pkgconf/pkgconf-0.8.2.ebuild b/dev-util/pkgconf/pkgconf-0.8.2.ebuild index bf4629f3c5b9..b39ed0c4c3f0 100644 --- a/dev-util/pkgconf/pkgconf-0.8.2.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.2.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.2.ebuild,v 1.1 2012/07/22 02:52:31 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.2.ebuild,v 1.2 2012/07/24 08:53:59 johu 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://nenolod.net/~nenolod/distfiles/${P}.tar.bz2" - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-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" |