commit: 3f0b6b8db7227fe2c6b51c2a6ac40eaf95cd6640 Author: David Heidelberger <david.heidelberger <AT> ixit <DOT> cz> AuthorDate: Sat Oct 4 20:51:46 2014 +0000 Commit: David Heidelberger <d.okias <AT> gmail <DOT> com> CommitDate: Sat Oct 4 20:51:46 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/x11.git;a=commit;h=3f0b6b8d
x11-proto/xcb-proto: bump 1.11 Signed-off-by: David Heidelberger <david.heidelberger <AT> ixit.cz> --- .../xcb-proto/{xcb-proto-9999.ebuild => xcb-proto-1.11.ebuild} | 6 +++--- x11-proto/xcb-proto/xcb-proto-9999.ebuild | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild similarity index 79% copy from x11-proto/xcb-proto/xcb-proto-9999.ebuild copy to x11-proto/xcb-proto/xcb-proto-1.11.ebuild index 818087e..19b1bc7 100644 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-1.11.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) XORG_MULTILIB=yes inherit python-r1 xorg-2 @@ -15,7 +15,7 @@ EGIT_REPO_URI="git://anongit.freedesktop.org/git/xcb/proto" [[ ${PV} != 9999* ]] && \ SRC_URI="http://xcb.freedesktop.org/dist/${P}.tar.bz2" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="${PYTHON_DEPS}" @@ -25,7 +25,7 @@ DEPEND="${RDEPEND} REQUIRED_USE="${PYTHON_REQUIRED_USE}" src_configure() { - python_setup + python_export_best xorg-2_src_configure } diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild index 818087e..4ae2110 100644 --- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild +++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} ) +PYTHON_COMPAT=( python{2_7,3_2,3_3} ) XORG_MULTILIB=yes inherit python-r1 xorg-2