diff options
Diffstat (limited to 'app-text/sgml-common/sgml-common-0.6.3-r4.ebuild')
-rw-r--r-- | app-text/sgml-common/sgml-common-0.6.3-r4.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild index dde423c29a54..f89270baa6b8 100644 --- a/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild +++ b/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.23 2004/09/10 13:08:59 gongloo Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sgml-common/sgml-common-0.6.3-r4.ebuild,v 1.24 2004/09/16 01:40:33 pvdabeel Exp $ DESCRIPTION="Base ISO character entities and utilities for SGML" HOMEPAGE="http://www.iso.ch/cate/3524030.html" @@ -8,7 +8,7 @@ SRC_URI="mirror://kde/devel/docbook/SOURCES/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64 macos" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64 s390 ppc64 macos ppc-macos" IUSE="" DEPEND=">=sys-devel/automake-1.6" @@ -19,7 +19,9 @@ src_unpack() { # We use a hacked version of install-catalog that supports the ROOT # variable, and puts quotes around the CATALOG files. cp ${FILESDIR}/${PF}-install-catalog.in ${S}/bin/install-catalog.in - use macos && ln -sf /usr/share/automake-1.6/{COPYING,INSTALL,install-sh,missing,mkinstalldirs} ${S} + + use macos && ln -sf /usr/share/automake-1.6/{COPYING,INSTALL,install-sh,missing,mkinstalldirs} ${S} + use ppc-macos && ln -sf /usr/share/automake-1.6/{COPYING,INSTALL,install-sh,missing,mkinstalldirs} ${S} } src_install() { |