diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 11:50:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-02-24 11:50:39 +0000 |
commit | 42c84b620454806b6dfbcdd680c41d7d1c9ac87a (patch) | |
tree | 5a89c46fd60847fa725cf5ca29da4f3962026251 /dev-libs | |
parent | Forgot to eautoreconf for the patch (diff) | |
download | gentoo-2-42c84b620454806b6dfbcdd680c41d7d1c9ac87a.tar.gz gentoo-2-42c84b620454806b6dfbcdd680c41d7d1c9ac87a.tar.bz2 gentoo-2-42c84b620454806b6dfbcdd680c41d7d1c9ac87a.zip |
Restrict py 2.5
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/distorm64/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/distorm64/distorm64-3.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/distorm64/ChangeLog b/dev-libs/distorm64/ChangeLog index f295ab550314..489b20b5207c 100644 --- a/dev-libs/distorm64/ChangeLog +++ b/dev-libs/distorm64/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/distorm64 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/distorm64/ChangeLog,v 1.6 2011/07/31 17:11:56 ikelos Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/distorm64/ChangeLog,v 1.7 2012/02/24 11:50:39 patrick Exp $ + + 24 Feb 2012; Patrick Lauer <patrick@gentoo.org> distorm64-3.1.ebuild: + Restrict py 2.5 31 Jul 2011; Mike Auty <ikelos@gentoo.org> distorm64-3.1.ebuild, metadata.xml: diff --git a/dev-libs/distorm64/distorm64-3.1.ebuild b/dev-libs/distorm64/distorm64-3.1.ebuild index 1ba2e1295b13..ca06cfe791c1 100644 --- a/dev-libs/distorm64/distorm64-3.1.ebuild +++ b/dev-libs/distorm64/distorm64-3.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/distorm64/distorm64-3.1.ebuild,v 1.2 2011/07/31 17:11:56 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/distorm64/distorm64-3.1.ebuild,v 1.3 2012/02/24 11:50:39 patrick Exp $ EAPI="3" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.*" +RESTRICT_PYTHON_ABIS="3.* 2.5" inherit eutils distutils python |