diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2013-05-27 16:40:22 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2013-05-27 16:40:22 +0000 |
commit | 6c64f70758a31a856230f0a5512639241feb5723 (patch) | |
tree | 5701ed0557d599a7a88519fe700418080fc68f74 /dev-util/pkgconf | |
parent | Updated to the latest version (2013.05.17) (diff) | |
download | gentoo-2-6c64f70758a31a856230f0a5512639241feb5723.tar.gz gentoo-2-6c64f70758a31a856230f0a5512639241feb5723.tar.bz2 gentoo-2-6c64f70758a31a856230f0a5512639241feb5723.zip |
Keyword amd64-linux and x86-linux
(Portage version: 2.2.01.21938-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.9.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index e89a748c1f5b..9258e5d278d4 100644 --- a/dev-util/pkgconf/ChangeLog +++ b/dev-util/pkgconf/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pkgconf # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.77 2013/05/26 15:57:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.78 2013/05/27 16:40:22 bicatali Exp $ + + 27 May 2013; Sébastien Fabbro <bicatali@gentoo.org> pkgconf-0.9.2.ebuild: + Keyword amd64-linux and x86-linux 26 May 2013; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.9.2.ebuild: Stable for x86, wrt bug #470822 diff --git a/dev-util/pkgconf/pkgconf-0.9.2.ebuild b/dev-util/pkgconf/pkgconf-0.9.2.ebuild index 0652f9dd4717..59e8ad351887 100644 --- a/dev-util/pkgconf/pkgconf-0.9.2.ebuild +++ b/dev-util/pkgconf/pkgconf-0.9.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.2.ebuild,v 1.10 2013/05/26 15:57:02 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.2.ebuild,v 1.11 2013/05/27 16:40:22 bicatali Exp $ EAPI="4" @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then else inherit eutils 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 ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" + KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~amd64-linux ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |