diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 06:50:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-13 06:50:29 +0000 |
commit | dd206c76ce6d294f411e2319a5d6ad93b7010607 (patch) | |
tree | 1e51a34dd8de6d851129df33bfb136791d15c3b2 /app-accessibility/accerciser/accerciser-3.8.2.ebuild | |
parent | Version bump, see http://www.winehq.org/announce/1.7.4 for the announcement (... (diff) | |
download | historical-dd206c76ce6d294f411e2319a5d6ad93b7010607.tar.gz historical-dd206c76ce6d294f411e2319a5d6ad93b7010607.tar.bz2 historical-dd206c76ce6d294f411e2319a5d6ad93b7010607.zip |
Also compatible with python3_3, drop old
Package-Manager: portage-2.2.7/cvs/Linux x86_64
Manifest-Sign-Key: 0xA188FBD4
Diffstat (limited to 'app-accessibility/accerciser/accerciser-3.8.2.ebuild')
-rw-r--r-- | app-accessibility/accerciser/accerciser-3.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/accerciser/accerciser-3.8.2.ebuild b/app-accessibility/accerciser/accerciser-3.8.2.ebuild index 55234529cd49..42e72347ca0a 100644 --- a/app-accessibility/accerciser/accerciser-3.8.2.ebuild +++ b/app-accessibility/accerciser/accerciser-3.8.2.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-accessibility/accerciser/accerciser-3.8.2.ebuild,v 1.1 2013/05/15 06:53:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/accerciser/accerciser-3.8.2.ebuild,v 1.2 2013/10/13 06:50:16 pacho Exp $ EAPI="5" GCONF_DEBUG="no" -PYTHON_COMPAT=( python3_2 ) +PYTHON_COMPAT=( python{3_2,3_3} ) PYTHON_REQ_USE="xml" inherit gnome2 python-r1 |