diff options
author | Mike Gardiner <obz@gentoo.org> | 2004-04-26 11:15:25 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2004-04-26 11:15:25 +0000 |
commit | 5ce2b5ece58535b862acdd04e5a65884f41d0599 (patch) | |
tree | 5311371b184887f805adb0f6c36a94dad7f4dc2c /app-text | |
parent | fix thinko glitch, bug #49017, and put it back in ~x86 since it got in x86 ac... (diff) | |
download | gentoo-2-5ce2b5ece58535b862acdd04e5a65884f41d0599.tar.gz gentoo-2-5ce2b5ece58535b862acdd04e5a65884f41d0599.tar.bz2 gentoo-2-5ce2b5ece58535b862acdd04e5a65884f41d0599.zip |
Added IUSE='', reminded via Aliz's script
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild index 7af4d81fec5f..8ee9a1e999d3 100644 --- a/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild +++ b/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.14 2004/03/21 08:19:55 kumba Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/docbook-dsssl-stylesheets/docbook-dsssl-stylesheets-1.77-r2.ebuild,v 1.15 2004/04/26 11:15:25 obz Exp $ inherit sgml-catalog @@ -9,13 +9,14 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="DSSSL Stylesheets for DocBook." SRC_URI="mirror://sourceforge/docbook/${MY_P}.tar.gz" HOMEPAGE="http://www.sourceforge.net/docbook/" - -RDEPEND="app-text/sgml-common" +LICENSE="as-is" SLOT="0" -LICENSE="as-is" +IUSE="" KEYWORDS="ia64 x86 ppc sparc alpha hppa amd64 mips" +RDEPEND="app-text/sgml-common" + sgml-catalog_cat_include "/etc/sgml/dsssl-docbook-stylesheets.cat" \ "/usr/share/sgml/docbook/dsssl-stylesheets-${PV}/catalog" sgml-catalog_cat_include "/etc/sgml/sgml-docbook.cat" \ |