diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 12:15:24 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 12:15:24 +0000 |
commit | 06bf02cff0cee68e14e4ab02d37634242bf1f934 (patch) | |
tree | 3d6d7240a4b99d82599bf184ebcaaff01f5ca66b /app-text/asciidoc | |
parent | Introduce app-arch/lz4-0_p106-r1 to replace short-lived app-arch/lz4-0_p106: ... (diff) | |
download | gentoo-2-06bf02cff0cee68e14e4ab02d37634242bf1f934.tar.gz gentoo-2-06bf02cff0cee68e14e4ab02d37634242bf1f934.tar.bz2 gentoo-2-06bf02cff0cee68e14e4ab02d37634242bf1f934.zip |
Fix REQUIRED_USE as pointed by Nikoli
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r-- | app-text/asciidoc/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/asciidoc/asciidoc-8.6.8-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog index 6f604fea818d..ac60aa4cedbb 100644 --- a/app-text/asciidoc/ChangeLog +++ b/app-text/asciidoc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/asciidoc # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.90 2013/09/05 18:26:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.91 2013/10/13 12:15:24 pacho Exp $ + + 13 Oct 2013; Pacho Ramos <pacho@gentoo.org> asciidoc-8.6.8-r1.ebuild: + Fix REQUIRED_USE as pointed by Nikoli 05 Sep 2013; Michał Górny <mgorny@gentoo.org> asciidoc-8.6.8-r1.ebuild, asciidoc-9999.ebuild: diff --git a/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild b/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild index 91cd2ed353fd..3b4dbff5de51 100644 --- a/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild +++ b/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.4 2013/09/05 18:26:42 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild,v 1.5 2013/10/13 12:15:24 pacho Exp $ EAPI=5 @@ -24,7 +24,7 @@ LICENSE="GPL-2" SLOT="0" IUSE="examples graphviz highlight test vim-syntax" -REQUIRED_USE="highlight? ( ${PYTHON_REQUIRED_USE} )" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75 dev-libs/libxslt |