diff options
author | Tom William Payne <twp@gentoo.org> | 2004-04-12 17:05:38 +0000 |
---|---|---|
committer | Tom William Payne <twp@gentoo.org> | 2004-04-12 17:05:38 +0000 |
commit | 83ca2c6c3edebbf2aeaa4415591f1c9aea41840e (patch) | |
tree | c09dd03b7886fade558286ae32b159c048ba5fa1 /app-text | |
parent | Added IUSE. 2.5.6 stable on x86. (Manifest recommit) (diff) | |
download | gentoo-2-83ca2c6c3edebbf2aeaa4415591f1c9aea41840e.tar.gz gentoo-2-83ca2c6c3edebbf2aeaa4415591f1c9aea41840e.tar.bz2 gentoo-2-83ca2c6c3edebbf2aeaa4415591f1c9aea41840e.zip |
Added IUSE variable.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/info2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/info2html/info2html-1.4.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog index 03885c8c3344..78899ffdd312 100644 --- a/app-text/info2html/ChangeLog +++ b/app-text/info2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/info2html # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.3 2004/02/21 00:49:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.4 2004/04/12 17:05:38 twp Exp $ + + 12 Apr 2004; <twp@gentoo.org> info2html-1.4.ebuild: + Added IUSE variable. 20 Feb 2004; Michael Sterrett <mr_bones_@gentoo.org> info2html-1.4.ebuild: header fix; move webapp-detect into setup; mips needs deps first diff --git a/app-text/info2html/info2html-1.4.ebuild b/app-text/info2html/info2html-1.4.ebuild index a317e8217ec5..e6c3371e8a5c 100644 --- a/app-text/info2html/info2html-1.4.ebuild +++ b/app-text/info2html/info2html-1.4.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/info2html/info2html-1.4.ebuild,v 1.5 2004/02/22 07:25:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-1.4.ebuild,v 1.6 2004/04/12 17:05:38 twp Exp $ inherit eutils webapp-apache @@ -10,6 +10,7 @@ SRC_URI="mirror://sourceforge/info2html/${P}.tgz" LICENSE="freedist" SLOT="0" +IUSE="" KEYWORDS="alpha hppa sparc x86" DEPEND="dev-lang/perl" |