diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2010-09-19 13:26:21 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2010-09-19 13:26:21 +0000 |
commit | bc83b64336210e3977121f1bdcf83b2824308d0a (patch) | |
tree | dfbf34232d402f0ca1353e849103fb697d0b57c4 /app-text/asciidoc | |
parent | Stable on alpha, bug #331345, thanks to mattst88 for testing (diff) | |
download | gentoo-2-bc83b64336210e3977121f1bdcf83b2824308d0a.tar.gz gentoo-2-bc83b64336210e3977121f1bdcf83b2824308d0a.tar.bz2 gentoo-2-bc83b64336210e3977121f1bdcf83b2824308d0a.zip |
Stable on alpha, bug #332577, thanks to mattst88 for testing
(Portage version: 2.1.9.7/cvs/Linux x86_64)
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/asciidoc/asciidoc-8.5.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog index 3a8e3095c9e2..10c99015ef33 100644 --- a/app-text/asciidoc/ChangeLog +++ b/app-text/asciidoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/asciidoc # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.59 2010/08/23 20:13:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.60 2010/09/19 13:26:21 klausman Exp $ + + 19 Sep 2010; Tobias Klausmann <klausman@gentoo.org> asciidoc-8.5.3.ebuild: + Stable on alpha, bug #332577, thanks to mattst88 for testing 23 Aug 2010; Markus Meier <maekke@gentoo.org> asciidoc-8.5.3.ebuild: arm stable, bug #332577 diff --git a/app-text/asciidoc/asciidoc-8.5.3.ebuild b/app-text/asciidoc/asciidoc-8.5.3.ebuild index 2e5011bf1fa2..ecd87f6ee442 100644 --- a/app-text/asciidoc/asciidoc-8.5.3.ebuild +++ b/app-text/asciidoc/asciidoc-8.5.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebuild,v 1.7 2010/08/23 20:13:27 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebuild,v 1.8 2010/09/19 13:26:21 klausman Exp $ EAPI="3" @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ~ia64 ~mips ~ppc ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" IUSE="examples vim-syntax" RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 |