diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-08-02 05:06:04 +0000 |
commit | e8b48e51f4092079d8ab002e29730e0859cc4743 (patch) | |
tree | 2c9caf7855b86857fe964997010ac8d8bcde38e0 /app-emulation/mol | |
parent | modernised (diff) | |
download | historical-e8b48e51f4092079d8ab002e29730e0859cc4743.tar.gz historical-e8b48e51f4092079d8ab002e29730e0859cc4743.tar.bz2 historical-e8b48e51f4092079d8ab002e29730e0859cc4743.zip |
modernised
Diffstat (limited to 'app-emulation/mol')
-rw-r--r-- | app-emulation/mol/mol-0.9.63.ebuild | 10 | ||||
-rw-r--r-- | app-emulation/mol/mol-0.9.64.ebuild | 10 |
2 files changed, 10 insertions, 10 deletions
diff --git a/app-emulation/mol/mol-0.9.63.ebuild b/app-emulation/mol/mol-0.9.63.ebuild index 26e3c9229a50..d5ef2d049f86 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.7 2002/07/21 01:01:13 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.63.ebuild,v 1.8 2002/08/02 05:06:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux" @@ -14,10 +14,10 @@ LICENSE="GPL" KEYWORDS="ppc -x86 -sparc -sparc64" pkg_setup() { - if [ ${ARCH} != "ppc" ] ; then - eerror "Sorry, this is a PPC only package." - die "Sorry, this as a PPC only pacakge." - fi + if [ ${ARCH} != "ppc" ] ; then + eerror "Sorry, this is a PPC only package." + die "Sorry, this as a PPC only pacakge." + fi } src_compile() { diff --git a/app-emulation/mol/mol-0.9.64.ebuild b/app-emulation/mol/mol-0.9.64.ebuild index 158728cd773f..7bbd341ce1b8 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.2 2002/07/21 01:01:13 sunflare Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/mol/mol-0.9.64.ebuild,v 1.3 2002/08/02 05:06:04 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="MOL (Mac-on-Linux) is a PPC-only program to run Mac OS <=9.2 natively within Linux" @@ -14,10 +14,10 @@ LICENSE="GPL" KEYWORDS="ppc -x86 -sparc -sparc64" pkg_setup() { - if [ ${ARCH} != "ppc" ] ; then - eerror "Sorry, this is a PPC only package." - die "Sorry, this as a PPC only pacakge." - fi + if [ ${ARCH} != "ppc" ] ; then + eerror "Sorry, this is a PPC only package." + die "Sorry, this as a PPC only pacakge." + fi } src_compile() { |