diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-15 20:00:12 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-15 20:00:12 +0000 |
commit | 3b702daf8f91c4b32b6d802a9bb69b9d392a8b25 (patch) | |
tree | e433ec90fc7d7583aab562993477decf8bf71d38 /virtual/pmake | |
parent | Examples are no longer part of the packaging. (diff) | |
download | gentoo-2-3b702daf8f91c4b32b6d802a9bb69b9d392a8b25.tar.gz gentoo-2-3b702daf8f91c4b32b6d802a9bb69b9d392a8b25.tar.bz2 gentoo-2-3b702daf8f91c4b32b6d802a9bb69b9d392a8b25.zip |
QA: Add prefix keywords
(Portage version: -svn/cvs/Linux i686, RepoMan options: --force)
Diffstat (limited to 'virtual/pmake')
-rw-r--r-- | virtual/pmake/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/pmake/pmake-0.ebuild | 10 |
2 files changed, 11 insertions, 6 deletions
diff --git a/virtual/pmake/ChangeLog b/virtual/pmake/ChangeLog index 12d780976027..eb0693e08d31 100644 --- a/virtual/pmake/ChangeLog +++ b/virtual/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pmake -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.4 2008/01/02 12:43:20 grobian Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.5 2009/12/15 20:00:04 abcd Exp $ + + 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> pmake-0.ebuild: + QA: Add prefix keywords; fix deps for prefix 02 Jan 2008; Fabian Groffen <grobian@gentoo.org> pmake-0.ebuild: Dropped ppc-macos keyword, see you in prefix diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild index 9508af90ab12..3b5d785c3cb5 100644 --- a/virtual/pmake/pmake-0.ebuild +++ b/virtual/pmake/pmake-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.5 2008/01/02 12:43:20 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.6 2009/12/15 20:00:04 abcd Exp $ DESCRIPTION="Virtual for BSD-like make" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,9 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" -RDEPEND="!userland_BSD? ( sys-devel/pmake )" +RDEPEND="kernel_linux? ( sys-devel/pmake ) + kernel_Solaris? ( sys-devel/pmake ) + kernel_Darwin? ( sys-devel/bsdmake )" |