diff options
author | Fabian Groffen <grobian@gentoo.org> | 2008-01-02 12:43:20 +0000 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2008-01-02 12:43:20 +0000 |
commit | c5b801fdc0b7e38751ec4467eb6ce4cc16994463 (patch) | |
tree | 5ed61f79eb3a5b15ffcf9119c847d82917a44e0e /virtual/pmake | |
parent | Fixed circular dependencies (Bug #204006) (diff) | |
download | gentoo-2-c5b801fdc0b7e38751ec4467eb6ce4cc16994463.tar.gz gentoo-2-c5b801fdc0b7e38751ec4467eb6ce4cc16994463.tar.bz2 gentoo-2-c5b801fdc0b7e38751ec4467eb6ce4cc16994463.zip |
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
Diffstat (limited to 'virtual/pmake')
-rw-r--r-- | virtual/pmake/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/pmake/pmake-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/pmake/ChangeLog b/virtual/pmake/ChangeLog index 09ca45514647..12d780976027 100644 --- a/virtual/pmake/ChangeLog +++ b/virtual/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pmake -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.3 2006/12/29 00:17:31 flameeyes Exp $ +# 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 $ + + 02 Jan 2008; Fabian Groffen <grobian@gentoo.org> pmake-0.ebuild: + Dropped ppc-macos keyword, see you in prefix 29 Dec 2006; Diego Pettenò <flameeyes@gentoo.org> pmake-0.ebuild: Require sys-devel/pmake when not using BSD userland. diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild index 2137fd7cfae3..9508af90ab12 100644 --- a/virtual/pmake/pmake-0.ebuild +++ b/virtual/pmake/pmake-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 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.4 2007/07/11 05:04:22 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.5 2008/01/02 12:43:20 grobian Exp $ DESCRIPTION="Virtual for BSD-like make" HOMEPAGE="http://www.gentoo.org/" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="BSD" SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ~ppc-macos sparc ~sparc-fbsd x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" RDEPEND="!userland_BSD? ( sys-devel/pmake )" |