summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-08-13 09:26:59 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-08-13 09:26:59 +0000
commitb7258be3caea1930dfee451b80270e29dbb5d285 (patch)
treef67109057f6b163497b001cfe4d4345b81d36b8a /app-text/asciidoc
parentVersion bump. Remove older. (diff)
downloadgentoo-2-b7258be3caea1930dfee451b80270e29dbb5d285.tar.gz
gentoo-2-b7258be3caea1930dfee451b80270e29dbb5d285.tar.bz2
gentoo-2-b7258be3caea1930dfee451b80270e29dbb5d285.zip
Forgot to set active python version.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-text/asciidoc')
-rw-r--r--app-text/asciidoc/ChangeLog6
-rw-r--r--app-text/asciidoc/asciidoc-8.5.3.ebuild6
2 files changed, 10 insertions, 2 deletions
diff --git a/app-text/asciidoc/ChangeLog b/app-text/asciidoc/ChangeLog
index 9f452dab89df..d69c50b975bf 100644
--- a/app-text/asciidoc/ChangeLog
+++ b/app-text/asciidoc/ChangeLog
@@ -1,6 +1,10 @@
# 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.53 2010/08/13 09:24:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/ChangeLog,v 1.54 2010/08/13 09:26:59 scarabeus Exp $
+
+ 13 Aug 2010; Tomáš Chvátal <scarabeus@gentoo.org>
+ asciidoc-8.5.3.ebuild:
+ Forgot to set active python version.
*asciidoc-8.5.3 (13 Aug 2010)
diff --git a/app-text/asciidoc/asciidoc-8.5.3.ebuild b/app-text/asciidoc/asciidoc-8.5.3.ebuild
index 2cbe09fd074f..7630ed653d80 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.1 2010/08/13 09:24:00 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/asciidoc/asciidoc-8.5.3.ebuild,v 1.2 2010/08/13 09:26:59 scarabeus Exp $
EAPI="3"
@@ -25,6 +25,10 @@ RDEPEND=">=app-text/docbook-xsl-stylesheets-1.75
"
DEPEND=""
+pkg_setup() {
+ python_set_active_version 2
+}
+
src_prepare() {
if ! use vim-syntax; then
sed -i -e '/^install/s/install-vim//' Makefile.in