diff options
author | José Luis Rivero <yoswink@gentoo.org> | 2007-06-14 09:20:13 +0000 |
---|---|---|
committer | José Luis Rivero <yoswink@gentoo.org> | 2007-06-14 09:20:13 +0000 |
commit | 9743a7aea68a05b372c2281a18cb0d9096a6052d (patch) | |
tree | e78e490d92635c6a70dbf68a4d0e22b5b45903b6 /app-text | |
parent | Version bump, Linux 2.6.22-rc4-git6. (diff) | |
download | gentoo-2-9743a7aea68a05b372c2281a18cb0d9096a6052d.tar.gz gentoo-2-9743a7aea68a05b372c2281a18cb0d9096a6052d.tar.bz2 gentoo-2-9743a7aea68a05b372c2281a18cb0d9096a6052d.zip |
Stable on alpha wrt bug #181657
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/info2html/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/info2html/info2html-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/info2html/ChangeLog b/app-text/info2html/ChangeLog index 8e033ea9ef4e..b8efec7693e3 100644 --- a/app-text/info2html/ChangeLog +++ b/app-text/info2html/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/info2html # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.20 2007/06/12 21:31:13 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.21 2007/06/14 09:20:13 yoswink Exp $ + + 14 Jun 2007; Jose Luis Rivero <yoswink@gentoo.org> info2html-2.0.ebuild: + Stable on alpha wrt bug #181657 12 Jun 2007; Markus Ullmann <jokey@gentoo.org> info2html-2.0.ebuild: Stable on x86 wrt bug #181657 diff --git a/app-text/info2html/info2html-2.0.ebuild b/app-text/info2html/info2html-2.0.ebuild index bb3fc7e1ca3a..91f1f8f8dca0 100644 --- a/app-text/info2html/info2html-2.0.ebuild +++ b/app-text/info2html/info2html-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-2.0.ebuild,v 1.4 2007/06/12 21:31:13 jokey Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-2.0.ebuild,v 1.5 2007/06/14 09:20:13 yoswink Exp $ inherit eutils webapp @@ -12,7 +12,7 @@ LICENSE="freedist" # webapp.eclass deals with SLOTting #SLOT="0" IUSE="" -KEYWORDS="~alpha ~amd64 hppa sparc x86" +KEYWORDS="alpha ~amd64 hppa sparc x86" RDEPEND="dev-lang/perl" |