diff options
author | Christoph Mende <angelos@gentoo.org> | 2007-06-14 13:16:57 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2007-06-14 13:16:57 +0000 |
commit | a37dc53ddc1de8e9883a80d58607d60b244a4db9 (patch) | |
tree | d306aaa93956e7b5ed1165a44883033bc0c56616 /app-text/info2html | |
parent | Stable on sparc (diff) | |
download | gentoo-2-a37dc53ddc1de8e9883a80d58607d60b244a4db9.tar.gz gentoo-2-a37dc53ddc1de8e9883a80d58607d60b244a4db9.tar.bz2 gentoo-2-a37dc53ddc1de8e9883a80d58607d60b244a4db9.zip |
Stable on amd64 wrt bug 181657
(Portage version: 2.1.2.9)
Diffstat (limited to 'app-text/info2html')
-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 b8efec7693e3..04b3de52c512 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.21 2007/06/14 09:20:13 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/ChangeLog,v 1.22 2007/06/14 13:16:57 angelos Exp $ + + 14 Jun 2007; Christoph Mende <angelos@gentoo.org> info2html-2.0.ebuild: + Stable on amd64 wrt bug 181657 14 Jun 2007; Jose Luis Rivero <yoswink@gentoo.org> info2html-2.0.ebuild: Stable on alpha wrt bug #181657 diff --git a/app-text/info2html/info2html-2.0.ebuild b/app-text/info2html/info2html-2.0.ebuild index 91f1f8f8dca0..70f436582a17 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.5 2007/06/14 09:20:13 yoswink Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/info2html/info2html-2.0.ebuild,v 1.6 2007/06/14 13:16:57 angelos 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" |