diff options
author | 2004-06-07 01:02:33 +0000 | |
---|---|---|
committer | 2004-06-07 01:02:33 +0000 | |
commit | ca296d37d02ce6e592cc1fc0dcfb0b924ed034e2 (patch) | |
tree | ce94852bd0de8d61b78143cfed4eced8a5421973 /app-doc/howto-html-single/howto-html-single-20040317.ebuild | |
parent | README.1ST could be deemed offencive by some, so it is now only installed if ... (diff) | |
download | historical-ca296d37d02ce6e592cc1fc0dcfb0b924ed034e2.tar.gz historical-ca296d37d02ce6e592cc1fc0dcfb0b924ed034e2.tar.bz2 historical-ca296d37d02ce6e592cc1fc0dcfb0b924ed034e2.zip |
QA - IUSE fix
Diffstat (limited to 'app-doc/howto-html-single/howto-html-single-20040317.ebuild')
-rw-r--r-- | app-doc/howto-html-single/howto-html-single-20040317.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-doc/howto-html-single/howto-html-single-20040317.ebuild b/app-doc/howto-html-single/howto-html-single-20040317.ebuild index 332fe66cc43a..d190a4fb90ed 100644 --- a/app-doc/howto-html-single/howto-html-single-20040317.ebuild +++ b/app-doc/howto-html-single/howto-html-single-20040317.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-doc/howto-html-single/howto-html-single-20040317.ebuild,v 1.1 2004/03/18 03:51:55 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-doc/howto-html-single/howto-html-single-20040317.ebuild,v 1.2 2004/06/07 00:55:03 dragonheart Exp $ DESCRIPTION="The LDP howtos, html single-page format." HOMEPAGE="http://www.tldp.org/" @@ -8,6 +8,7 @@ SRC_URI="mirror://gentoo/Linux-html-single-HOWTOs-${PV}.tar.bz2" LICENSE="GPL-2 LDP" SLOT="0" +IUSE="" KEYWORDS="x86 ppc sparc" S=${WORKDIR} |