diff options
Diffstat (limited to 'dev-util/pkgconf')
-rw-r--r-- | dev-util/pkgconf/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.8.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pkgconf/ChangeLog b/dev-util/pkgconf/ChangeLog index a3b075b82e67..7053f1a6e80e 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.52 2012/10/17 16:10:40 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/ChangeLog,v 1.53 2012/11/10 15:38:16 ryao Exp $ + + 10 Nov 2012; Richard Yao <ryao@gentoo.org> pkgconf-0.8.9.ebuild: + Keyword ~sparc64-solaris; grobian approved in IRC 17 Oct 2012; Richard Yao <ryao@gentoo.org> -pkgconf-0.8.7.ebuild, pkgconf-0.8.5.ebuild: diff --git a/dev-util/pkgconf/pkgconf-0.8.9.ebuild b/dev-util/pkgconf/pkgconf-0.8.9.ebuild index 11a1a88fe6dc..fa9173696b1d 100644 --- a/dev-util/pkgconf/pkgconf-0.8.9.ebuild +++ b/dev-util/pkgconf/pkgconf-0.8.9.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.9.ebuild,v 1.1 2012/10/17 15:51:49 ryao Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.8.9.ebuild,v 1.2 2012/11/10 15:38:16 ryao Exp $ EAPI="4" @@ -11,7 +11,7 @@ else inherit autotools vcs-snapshot inherit eutils SRC_URI="https://github.com/pkgconf/pkgconf/tarball/${P} -> ${P}.tar.gz" - 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" + 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" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |