diff options
author | Julian Ospald <hasufell@gentoo.org> | 2012-08-16 20:40:38 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2012-08-16 20:40:38 +0000 |
commit | 630841973339ac70ef1f7d461ce0d9ddeef91146 (patch) | |
tree | e5d56a49daabb16bbe29cfd5ac21f5fb75f9eb5e /x11-misc | |
parent | version bump (diff) | |
download | gentoo-2-630841973339ac70ef1f7d461ce0d9ddeef91146.tar.gz gentoo-2-630841973339ac70ef1f7d461ce0d9ddeef91146.tar.bz2 gentoo-2-630841973339ac70ef1f7d461ce0d9ddeef91146.zip |
fix build for -gtk wrt #431646
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/redshift/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/redshift/redshift-1.7-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/redshift/ChangeLog b/x11-misc/redshift/ChangeLog index bd2fb8a458de..4828d6bed30b 100644 --- a/x11-misc/redshift/ChangeLog +++ b/x11-misc/redshift/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/redshift # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.17 2012/07/23 15:11:21 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.18 2012/08/16 20:40:38 hasufell Exp $ + + 16 Aug 2012; Julian Ospald <hasufell@gentoo.org> redshift-1.7-r1.ebuild: + fix build for -gtk wrt #431646 23 Jul 2012; Julian Ospald <hasufell@gentoo.org> redshift-1.7-r1.ebuild: remove obsolete die 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 |