diff options
author | Roy Marples <uberlord@gentoo.org> | 2006-10-17 09:48:24 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2006-10-17 09:48:24 +0000 |
commit | 61c2b920155820eba0a4ca0378b110a93cdac48f (patch) | |
tree | d69edc240b619ab5b4e84de47231ce260927d37b /virtual | |
parent | Added ~sparc-fbsd keyword. (diff) | |
download | gentoo-2-61c2b920155820eba0a4ca0378b110a93cdac48f.tar.gz gentoo-2-61c2b920155820eba0a4ca0378b110a93cdac48f.tar.bz2 gentoo-2-61c2b920155820eba0a4ca0378b110a93cdac48f.zip |
Added ~sparc-fbsd keyword.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/pmake/ChangeLog | 5 | ||||
-rw-r--r-- | virtual/pmake/pmake-0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/virtual/pmake/ChangeLog b/virtual/pmake/ChangeLog index fd26abd1fa96..36e0b6374c86 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.1 2006/04/25 16:32:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.2 2006/10/17 09:48:24 uberlord Exp $ + + 17 Oct 2006; Roy Marples <uberlord@gentoo.org> pmake-0.ebuild: + Added ~sparc-fbsd keyword. *pmake-0 (25 Apr 2006) diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild index 54b39ffad4d1..d087a4d2ea30 100644 --- a/virtual/pmake/pmake-0.ebuild +++ b/virtual/pmake/pmake-0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 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.1 2006/04/25 16:32:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.2 2006/10/17 09:48:24 uberlord 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 x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ia64 ~mips ppc ~ppc-macos sparc ~sparc-fbsd x86 ~x86-fbsd" IUSE="" RDEPEND="|| ( sys-devel/pmake sys-freebsd/freebsd-ubin sys-openbsd/openbsd-ubin )" |