diff options
author | Phil Bordelon <sunflare@gentoo.org> | 2002-07-21 01:01:13 +0000 |
---|---|---|
committer | Phil Bordelon <sunflare@gentoo.org> | 2002-07-21 01:01:13 +0000 |
commit | 2ec8e4060192ccb44b4f13944a301de6c0774095 (patch) | |
tree | c5593dd2b362c6cac33bc8b67f53bba9f6f16663 /app-emulation/mol | |
parent | Added missing KEYWORDS (diff) | |
download | gentoo-2-2ec8e4060192ccb44b4f13944a301de6c0774095.tar.gz gentoo-2-2ec8e4060192ccb44b4f13944a301de6c0774095.tar.bz2 gentoo-2-2ec8e4060192ccb44b4f13944a301de6c0774095.zip |
Updated to add -sparc64 as well as the existing KEYWORDs.
Diffstat (limited to 'app-emulation/mol')
-rw-r--r-- | app-emulation/mol/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.63.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.64.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/app-emulation/mol/ChangeLog b/app-emulation/mol/ChangeLog index 4ae3f2b62677..be0a7c44c009 100644 --- a/app-emulation/mol/ChangeLog +++ b/app-emulation/mol/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emulation/mol # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.4 2002/07/12 13:19:05 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/ChangeLog,v 1.5 2002/07/21 01:01:12 sunflare Exp $ + + 20 July 2002; Phil Bordelon <sunflare@gentoo.org> mol-0.9.63.ebuild mol-0.9.64.ebuild : + + Added -sparc64 KEYWORDS to go along with the -sparc and -x86 KEYWORDS + added by Gerk. *mol-0.9.64 (12 July 2002) diff --git a/app-emulation/mol/mol-0.9.63.ebuild b/app-emulation/mol/mol-0.9.63.ebuild index 1135e424aadd..26e3c9229a50 100644 --- a/app-emulation/mol/mol-0.9.63.ebuild +++ b/app-emulation/mol/mol-0.9.63.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.63.ebuild,v 1.6 2002/07/12 13:19:05 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.63.ebuild,v 1.7 2002/07/21 01:01:13 sunflare Exp $ S=${WORKDIR}/${P} DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" RDEPEND="" SLOT="0" LICENSE="GPL" -KEYWORDS="ppc -x86 -sparc" +KEYWORDS="ppc -x86 -sparc -sparc64" pkg_setup() { if [ ${ARCH} != "ppc" ] ; then diff --git a/app-emulation/mol/mol-0.9.64.ebuild b/app-emulation/mol/mol-0.9.64.ebuild index c434768c3942..158728cd773f 100644 --- a/app-emulation/mol/mol-0.9.64.ebuild +++ b/app-emulation/mol/mol-0.9.64.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.64.ebuild,v 1.1 2002/07/12 13:19:05 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.64.ebuild,v 1.2 2002/07/21 01:01:13 sunflare Exp $ S=${WORKDIR}/${P} DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux" @@ -11,7 +11,7 @@ DEPEND="virtual/glibc" RDEPEND="" SLOT="0" LICENSE="GPL" -KEYWORDS="ppc -x86 -sparc" +KEYWORDS="ppc -x86 -sparc -sparc64" pkg_setup() { if [ ${ARCH} != "ppc" ] ; then |