diff options
author | Richard Yao <ryao@gentoo.org> | 2014-02-13 19:20:29 +0000 |
---|---|---|
committer | Richard Yao <ryao@gentoo.org> | 2014-02-13 19:20:29 +0000 |
commit | 71d8e48f79868a44c94551591f6eda6203422785 (patch) | |
tree | 7e944dd65aa0ba17b8be1c7a008a2a25269a7a85 /dev-util/pkgconf/pkgconf-0.9.3.ebuild | |
parent | Mask app-emacs/nxml-mode for removal. (diff) | |
download | gentoo-2-71d8e48f79868a44c94551591f6eda6203422785.tar.gz gentoo-2-71d8e48f79868a44c94551591f6eda6203422785.tar.bz2 gentoo-2-71d8e48f79868a44c94551591f6eda6203422785.zip |
keyword on ~x64-solaris
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xBEE84C64)
Diffstat (limited to 'dev-util/pkgconf/pkgconf-0.9.3.ebuild')
-rw-r--r-- | dev-util/pkgconf/pkgconf-0.9.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/pkgconf/pkgconf-0.9.3.ebuild b/dev-util/pkgconf/pkgconf-0.9.3.ebuild index 017183274f85..5ba45f201ea9 100644 --- a/dev-util/pkgconf/pkgconf-0.9.3.ebuild +++ b/dev-util/pkgconf/pkgconf-0.9.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.3.ebuild,v 1.1 2013/09/01 22:04:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconf/pkgconf-0.9.3.ebuild,v 1.2 2014/02/13 19:20:29 ryao 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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" fi DESCRIPTION="pkg-config compatible replacement with no dependencies other than ANSI C89" |