diff options
Diffstat (limited to 'virtual/pmake/pmake-0.ebuild')
-rw-r--r-- | virtual/pmake/pmake-0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 )" |