diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:27:44 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-05 18:27:44 +0000 |
commit | 22de9740714b3d5c55da728e22b9c0551c90e09b (patch) | |
tree | 1a04baf656eaae954d8d34d84784d8831f523429 /dev-java/java-config | |
parent | Clean up PYTHON_COMPAT from old implementations. (diff) | |
download | gentoo-2-22de9740714b3d5c55da728e22b9c0551c90e09b.tar.gz gentoo-2-22de9740714b3d5c55da728e22b9c0551c90e09b.tar.bz2 gentoo-2-22de9740714b3d5c55da728e22b9c0551c90e09b.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 'dev-java/java-config')
-rw-r--r-- | dev-java/java-config/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/java-config/java-config-2.1.12-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/java-config/java-config-2.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/java-config/ChangeLog b/dev-java/java-config/ChangeLog index 4c3fd57397d7..c5f16bffb7d3 100644 --- a/dev-java/java-config/ChangeLog +++ b/dev-java/java-config/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/java-config # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.283 2013/07/12 15:25:50 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/ChangeLog,v 1.284 2013/09/05 18:27:44 mgorny Exp $ + + 05 Sep 2013; Michał Górny <mgorny@gentoo.org> java-config-2.1.12-r1.ebuild, + java-config-2.2.0.ebuild: + Clean up PYTHON_COMPAT from old implementations. 12 Jul 2013; Vicente Olivert Riera <vincent@gentoo.org> java-config-2.2.0.ebuild: diff --git a/dev-java/java-config/java-config-2.1.12-r1.ebuild b/dev-java/java-config/java-config-2.1.12-r1.ebuild index 7153d06a05eb..a1dfb3c4836f 100644 --- a/dev-java/java-config/java-config-2.1.12-r1.ebuild +++ b/dev-java/java-config/java-config-2.1.12-r1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v 1.8 2013/04/11 15:49:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.1.12-r1.ebuild,v 1.9 2013/09/05 18:27:44 mgorny Exp $ EAPI="5" # jython depends on java-config, so don't add it or things will breake. -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 eutils fdo-mime gnome2-utils diff --git a/dev-java/java-config/java-config-2.2.0.ebuild b/dev-java/java-config/java-config-2.2.0.ebuild index 395158522feb..f4d8d8fdaa77 100644 --- a/dev-java/java-config/java-config-2.2.0.ebuild +++ b/dev-java/java-config/java-config-2.2.0.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.5 2013/07/12 15:25:50 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/java-config/java-config-2.2.0.ebuild,v 1.6 2013/09/05 18:27:44 mgorny Exp $ EAPI="5" # jython depends on java-config, so don't add it or things will break -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) inherit distutils-r1 |