diff options
author | 2015-04-08 17:27:25 +0000 | |
---|---|---|
committer | 2015-04-08 17:27:25 +0000 | |
commit | 9453be5ae93ab2051dbf44128a605bf4d5e9f7ee (patch) | |
tree | 9d6dd4df08ee384893bd300e6e47218026275afe /x11-proto/xcb-proto/xcb-proto-1.10.ebuild | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-9453be5ae93ab2051dbf44128a605bf4d5e9f7ee.tar.gz gentoo-2-9453be5ae93ab2051dbf44128a605bf4d5e9f7ee.tar.bz2 gentoo-2-9453be5ae93ab2051dbf44128a605bf4d5e9f7ee.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'x11-proto/xcb-proto/xcb-proto-1.10.ebuild')
-rw-r--r-- | x11-proto/xcb-proto/xcb-proto-1.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild index 911f83095ba5..c6e43e289580 100644 --- a/x11-proto/xcb-proto/xcb-proto-1.10.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.10.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.14 2014/07/04 13:20:35 haubi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xcb-proto/xcb-proto-1.10.ebuild,v 1.15 2015/04/08 17:27:25 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_3} ) XORG_MULTILIB=yes inherit python-r1 xorg-2 |