diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-16 01:42:08 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-09-16 01:42:08 +0000 |
commit | fbeb1be60088c661947db0c4f0075d76d6a5eb2a (patch) | |
tree | 907e08be0b69428608a46900a108dad02828f1d8 /app-text/sgml-common | |
parent | ppc-macos keywording (Manifest recommit) (diff) | |
download | gentoo-2-fbeb1be60088c661947db0c4f0075d76d6a5eb2a.tar.gz gentoo-2-fbeb1be60088c661947db0c4f0075d76d6a5eb2a.tar.bz2 gentoo-2-fbeb1be60088c661947db0c4f0075d76d6a5eb2a.zip |
ppc-macos keywording
Diffstat (limited to 'app-text/sgml-common')
-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() { |