diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 17:07:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-01-04 17:07:54 +0000 |
commit | a04c7210c7aca3094842ebb1a6ddc8a594167f58 (patch) | |
tree | ce2060c2472df1b4a52e61a9d2e6cbbb1fdb3b9b | |
parent | Stable for AMD64, wrt bug #396999 (diff) | |
download | gentoo-2-a04c7210c7aca3094842ebb1a6ddc8a594167f58.tar.gz gentoo-2-a04c7210c7aca3094842ebb1a6ddc8a594167f58.tar.bz2 gentoo-2-a04c7210c7aca3094842ebb1a6ddc8a594167f58.zip |
Stable for AMD64, wrt bug #396835
(Portage version: 2.1.10.41/cvs/Linux x86_64)
-rw-r--r-- | app-text/htag/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/htag/htag-0.0.24.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/app-text/htag/ChangeLog b/app-text/htag/ChangeLog index 9422eba7e36a..14d1fc056a7f 100644 --- a/app-text/htag/ChangeLog +++ b/app-text/htag/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/htag -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/ChangeLog,v 1.17 2011/01/07 23:31:18 ranger Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/ChangeLog,v 1.18 2012/01/04 17:07:54 ago Exp $ + + 04 Jan 2012; Agostino Sarubbo <ago@gentoo.org> htag-0.0.24.ebuild: + Stable for AMD64, wrt bug #396835 07 Jan 2011; Brent Baude <ranger@gentoo.org> htag-0.0.23.ebuild: Marking htag-0.0.23 ppc for bug 350734 diff --git a/app-text/htag/htag-0.0.24.ebuild b/app-text/htag/htag-0.0.24.ebuild index 9b88cd61e53e..c1fe2b56fff0 100644 --- a/app-text/htag/htag-0.0.24.ebuild +++ b/app-text/htag/htag-0.0.24.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.24.ebuild,v 1.2 2011/01/05 18:30:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/htag/htag-0.0.24.ebuild,v 1.3 2012/01/04 17:07:54 ago Exp $ inherit perl-app @@ -10,7 +10,7 @@ SRC_URI="http://www.earth.li/projectpurple/files/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~mips ~ppc ~sparc ~x86" IUSE="" RDEPEND="dev-lang/perl" |