summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2012-03-10 02:15:32 +0100
committerChi-Thanh Christopher Nguyen <chithanh@gentoo.org>2012-03-10 02:15:32 +0100
commiteeb8e888ea829f8eb1601ccee337e699156bd23e (patch)
tree586ca5b60dd67fc275d3cb1b8b678a00da085ea3 /x11-proto
parentx11-libs/libxcb: sync with portage (diff)
downloadx11-eeb8e888ea829f8eb1601ccee337e699156bd23e.tar.gz
x11-eeb8e888ea829f8eb1601ccee337e699156bd23e.tar.bz2
x11-eeb8e888ea829f8eb1601ccee337e699156bd23e.zip
x11-proto/xcb-proto: sync python changes with portage.
Diffstat (limited to 'x11-proto')
-rw-r--r--x11-proto/xcb-proto/Manifest2
-rw-r--r--x11-proto/xcb-proto/xcb-proto-9999.ebuild9
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-proto/xcb-proto/Manifest b/x11-proto/xcb-proto/Manifest
index b1d26579..c3a1fac4 100644
--- a/x11-proto/xcb-proto/Manifest
+++ b/x11-proto/xcb-proto/Manifest
@@ -1 +1 @@
-EBUILD xcb-proto-9999.ebuild 843 RMD160 91b19679779286f6cf4cd4dcf2ffb17274e3875f SHA1 b469f7fcdbf572ed467be6f48e38054d042632fb SHA256 99c997ab73bfa083cc6921c66c810919b3ca522a2043a8e5659b08d63137dc03
+EBUILD xcb-proto-9999.ebuild 859 RMD160 428403a78a0a4a331ad937fc490691e71695e6e4 SHA1 f040e5021ac2f42c0413f2717163da2dc1ab00a7 SHA256 9b1bff6495e3ba801d75775c3658febf0a32cfd53f4493ff1e74bcbb8f4b6eea
diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
index 8f9346d4..45f6aa9d 100644
--- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
+PYTHON_DEPEND="*"
inherit python xorg-2
@@ -19,9 +20,9 @@ RDEPEND=""
DEPEND="${RDEPEND}
dev-libs/libxml2"
-src_install() {
- xorg-2_src_install
- python_clean_installation_image
+src_prepare() {
+ python_clean_py-compile_files
+ xorg-2_src_prepare
}
pkg_postinst() {