diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-06-12 17:45:12 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-06-12 17:45:12 +0000 |
commit | 0ad055849488666ac20b22b9690ff86549965e71 (patch) | |
tree | a49018310f261e3f87c5d39964b011ac297bae1b /dev-util/pkgconf | |
parent | Based on 3.4.2 + genpatches-3.4-2 + grsecurity-2.9.1-3.4.2-201206111838 (diff) | |
download | gentoo-2-0ad055849488666ac20b22b9690ff86549965e71.tar.gz gentoo-2-0ad055849488666ac20b22b9690ff86549965e71.tar.bz2 gentoo-2-0ad055849488666ac20b22b9690ff86549965e71.zip |
marked x86 per bug 420717
(Portage version: 2.2.0_alpha110/cvs/Linux i686)
Diffstat (limited to 'dev-util/pkgconf')
-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 ee45cadd51c3..5a8e43c1cefb 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.20 2012/06/12 09:17:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.21 2012/06/12 17:45:12 jdhore Exp $ + + 12 Jun 2012; Jeff Horelick <jdhore@gentoo.org> pkgconf-0.8.ebuild: + marked x86 per bug 420717 12 Jun 2012; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.8.ebuild: Stable for amd64, wrt bug #420717 diff --git a/dev-util/pkgconf/pkgconf-0.8.ebuild b/dev-util/pkgconf/pkgconf-0.8.ebuild index a665e8c56899..1531b7cbf7f6 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.7 2012/06/12 09:17:52 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.ebuild,v 1.8 2012/06/12 17:45:12 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 ~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" |