diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-12-15 23:02:31 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-12-15 23:02:31 +0000 |
commit | e28053bcb268f95215f9f702ec20db398928b4ad (patch) | |
tree | 7fe4085073bc2aca9fc63f17e67172426ec11f4f /virtual/pmake | |
parent | fix upstream breakage in tarball (diff) | |
download | gentoo-2-e28053bcb268f95215f9f702ec20db398928b4ad.tar.gz gentoo-2-e28053bcb268f95215f9f702ec20db398928b4ad.tar.bz2 gentoo-2-e28053bcb268f95215f9f702ec20db398928b4ad.zip |
kernel_Solaris -> kernel_SunOS
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'virtual/pmake')
-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 eb0693e08d31..4c7de86ae2b9 100644 --- a/virtual/pmake/ChangeLog +++ b/virtual/pmake/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/pmake # 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 $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/ChangeLog,v 1.6 2009/12/15 23:02:31 abcd Exp $ + + 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> pmake-0.ebuild: + kernel_Solaris -> kernel_SunOS 15 Dec 2009; Jonathan Callen <abcd@gentoo.org> pmake-0.ebuild: QA: Add prefix keywords; fix deps for prefix diff --git a/virtual/pmake/pmake-0.ebuild b/virtual/pmake/pmake-0.ebuild index 3b5d785c3cb5..2b3acb4e6ce7 100644 --- a/virtual/pmake/pmake-0.ebuild +++ b/virtual/pmake/pmake-0.ebuild @@ -1,6 +1,6 @@ # 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.6 2009/12/15 20:00:04 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/pmake/pmake-0.ebuild,v 1.7 2009/12/15 23:02:31 abcd Exp $ DESCRIPTION="Virtual for BSD-like make" HOMEPAGE="http://www.gentoo.org/" @@ -12,5 +12,5 @@ KEYWORDS="alpha amd64 arm ia64 ~mips ppc sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-fr IUSE="" RDEPEND="kernel_linux? ( sys-devel/pmake ) - kernel_Solaris? ( sys-devel/pmake ) + kernel_SunOS? ( sys-devel/pmake ) kernel_Darwin? ( sys-devel/bsdmake )" |