diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-08-23 05:42:39 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-08-23 05:42:39 +0000 |
commit | dc340c06a03916837529b96eceb541c669dc63a1 (patch) | |
tree | 11843c02cab8f8422edc95d4ef853c0ce0a5e58b /app-text/docbook-xsl-stylesheets | |
parent | New package: gtk-qt-engine (diff) | |
download | historical-dc340c06a03916837529b96eceb541c669dc63a1.tar.gz historical-dc340c06a03916837529b96eceb541c669dc63a1.tar.bz2 historical-dc340c06a03916837529b96eceb541c669dc63a1.zip |
arm/hppa KEYWORDS #60792
Diffstat (limited to 'app-text/docbook-xsl-stylesheets')
-rw-r--r-- | app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild index 6dde1f290b1d..bd3839918a6b 100644 --- a/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild +++ b/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild @@ -1,23 +1,22 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild,v 1.6 2004/08/22 07:41:53 kumba Exp $ - -S=${WORKDIR}/docbook-xsl-${PV} +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-xsl-stylesheets/docbook-xsl-stylesheets-1.65.1.ebuild,v 1.7 2004/08/23 05:40:06 vapier Exp $ DESCRIPTION="XSL Stylesheets for Docbook" HOMEPAGE="http://docbook.sourceforge.net/" SRC_URI="mirror://sourceforge/docbook/docbook-xsl-${PV}.tar.gz" -LICENSE="as-is | BSD" +LICENSE="as-is | BSD" SLOT="0" -KEYWORDS="x86 ppc sparc mips alpha amd64 ia64" +KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" IUSE="" DEPEND="dev-libs/libxml2 >=app-text/build-docbook-catalog-1.1" -src_install() { +S=${WORKDIR}/docbook-xsl-${PV} +src_install() { # Create the installation directory DEST="/usr/share/sgml/docbook/xsl-stylesheets-${PV}" dodir ${DEST} /usr/share/doc/${P} |