summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-08-16 20:40:38 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-08-16 20:40:38 +0000
commit67492f1264d8e6adb1f9c742031f4cfeefd99ec9 (patch)
tree6f6173c59ee70249fb69816d50f24bdd3f1ef264 /x11-misc/redshift/redshift-1.7-r1.ebuild
parentversion bump (diff)
downloadhistorical-67492f1264d8e6adb1f9c742031f4cfeefd99ec9.tar.gz
historical-67492f1264d8e6adb1f9c742031f4cfeefd99ec9.tar.bz2
historical-67492f1264d8e6adb1f9c742031f4cfeefd99ec9.zip
fix build for -gtk wrt #431646
Package-Manager: portage-2.2.0_alpha121/cvs/Linux x86_64
Diffstat (limited to 'x11-misc/redshift/redshift-1.7-r1.ebuild')
-rw-r--r--x11-misc/redshift/redshift-1.7-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/redshift/redshift-1.7-r1.ebuild b/x11-misc/redshift/redshift-1.7-r1.ebuild
index 8e99aeb1916a..f3bd2103af66 100644
--- a/x11-misc/redshift/redshift-1.7-r1.ebuild
+++ b/x11-misc/redshift/redshift-1.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.7-r1.ebuild,v 1.4 2012/07/23 15:11:21 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.7-r1.ebuild,v 1.5 2012/08/16 20:40:38 hasufell Exp $
EAPI=4
@@ -52,7 +52,6 @@ src_configure() {
src_install() {
default
- rm -R "${D}"/usr/$(get_libdir)/python* || die
# handle multiple python abi support
per_abi_install() {
@@ -62,6 +61,7 @@ src_install() {
}
if use gtk ; then
+ rm -R "${D}"/usr/$(get_libdir)/python* || die
python_execute_function per_abi_install
python_generate_wrapper_scripts -f "${D}"/usr/bin/gtk-redshift
fi