summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2010-05-23 13:28:00 -0400
committerTomáš Chvátal <scarabeus@gentoo.org>2010-05-23 20:29:52 +0200
commit50606c3035ae46390866fc7a9dba5e03dbe33c09 (patch)
treecdb9f59332c684babd01d90cb8158bd0eddfeeaf /x11-proto/xcb-proto/xcb-proto-9999.ebuild
parent[x11-apps/mesa-progs] Update the ebuild to match new upstream repo. (diff)
downloadx11-50606c3035ae46390866fc7a9dba5e03dbe33c09.tar.gz
x11-50606c3035ae46390866fc7a9dba5e03dbe33c09.tar.bz2
x11-50606c3035ae46390866fc7a9dba5e03dbe33c09.zip
Fix to work with new eclass
Diffstat (limited to 'x11-proto/xcb-proto/xcb-proto-9999.ebuild')
-rw-r--r--x11-proto/xcb-proto/xcb-proto-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-proto/xcb-proto/xcb-proto-9999.ebuild b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
index 167ad784..23afa5b4 100644
--- a/x11-proto/xcb-proto/xcb-proto-9999.ebuild
+++ b/x11-proto/xcb-proto/xcb-proto-9999.ebuild
@@ -25,14 +25,14 @@ pkg_setup() {
}
src_install() {
- x-modular_src_install
+ xorg-2_src_install
python_clean_installation_image
}
pkg_postinst() {
- python_mod_optimize $(python_get_sitedir)/xcbgen
+ python_mod_optimize xcbgen
}
pkg_postrm() {
- python_mod_cleanup $(python_get_sitedir)/xcbgen
+ python_mod_cleanup xcbgen
}