summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-05 18:26:42 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-05 18:26:42 +0000
commit025cf26b8c6bd1237b1178104587603114cd2292 (patch)
tree4a7dfd2f5662ce3720e1f3b4345b294d55ab0005 /app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
parentClean up PYTHON_COMPAT from old implementations. (diff)
downloadgentoo-2-025cf26b8c6bd1237b1178104587603114cd2292.tar.gz
gentoo-2-025cf26b8c6bd1237b1178104587603114cd2292.tar.bz2
gentoo-2-025cf26b8c6bd1237b1178104587603114cd2292.zip
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'app-text/asciidoc/asciidoc-8.6.8-r1.ebuild')
-rw-r--r--app-text/asciidoc/asciidoc-8.6.8-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild b/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
index ed3801a099dd..91cd2ed353fd 100644
--- a/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
+++ b/app-text/asciidoc/asciidoc-8.6.8-r1.ebuild
@@ -1,10 +1,10 @@
# 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.3 2013/06/30 15:34:54 jlec Exp $
+# $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 $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} pypy{1_9,2_0} )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
[ "$PV" == "9999" ] && inherit mercurial autotools
inherit python-single-r1