diff options
author | 2012-08-05 13:31:45 +0000 | |
---|---|---|
committer | 2012-08-05 13:31:45 +0000 | |
commit | 7f1bcdb14a06e6bfc04210bb0813a59e8a43b1a2 (patch) | |
tree | 647875a2e04ee9b2b9f5ac941e8c796bffe6970b /dev-util | |
parent | Cleanup. (diff) | |
download | gentoo-2-7f1bcdb14a06e6bfc04210bb0813a59e8a43b1a2.tar.gz gentoo-2-7f1bcdb14a06e6bfc04210bb0813a59e8a43b1a2.tar.bz2 gentoo-2-7f1bcdb14a06e6bfc04210bb0813a59e8a43b1a2.zip |
Marked ~{ppc,x86,x64}-macos, ~{x86,x64}-freebsd
(Portage version: 2.2.01.20796-prefix/cvs/Darwin i386)
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index e8c17e806d17..b687a0e73180 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.44 2012/08/04 10:26:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.45 2012/08/05 13:31:45 grobian Exp $ + + 05 Aug 2012; Fabian Groffen <grobian@gentoo.org> pkgconf-0.8.5.ebuild: + Marked ~{ppc,x86,x64}-macos, ~{x86,x64}-freebsd 04 Aug 2012; Agostino Sarubbo <ago@gentoo.org> pkgconf-0.8.5.ebuild: Stable for amd64, wrt bug #427680 diff --git a/dev-util/pkgconf/pkgconf-0.8.5.ebuild b/dev-util/pkgconf/pkgconf-0.8.5.ebuild index 29d82ca29a3f..2835ddc143cb 100644 --- a/dev-util/pkgconf/pkgconf-0.8.5.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.5.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.5.ebuild,v 1.6 2012/08/04 10:26:38 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.5.ebuild,v 1.7 2012/08/05 13:31:45 grobian 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 ~x64-freebsd ~x86-freebsd ~ppc-macos ~x64-macos ~x86-macos" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |