summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2012-07-23 15:11:21 +0000
committerJulian Ospald <hasufell@gentoo.org>2012-07-23 15:11:21 +0000
commit8c5a752d92bf295f52da9cddaa29293e7e2fbd2f (patch)
tree028a99b7d43f27112e989bfb84fbd10badde2638 /x11-misc
parentVersion bump, stability and security updates (diff)
downloadgentoo-2-8c5a752d92bf295f52da9cddaa29293e7e2fbd2f.tar.gz
gentoo-2-8c5a752d92bf295f52da9cddaa29293e7e2fbd2f.tar.bz2
gentoo-2-8c5a752d92bf295f52da9cddaa29293e7e2fbd2f.zip
remove obsolete die
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/redshift/ChangeLog5
-rw-r--r--x11-misc/redshift/redshift-1.7-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/redshift/ChangeLog b/x11-misc/redshift/ChangeLog
index 92c3ec15e404..bd2fb8a458de 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.16 2012/07/23 15:08:59 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.17 2012/07/23 15:11:21 hasufell Exp $
+
+ 23 Jul 2012; Julian Ospald <hasufell@gentoo.org> redshift-1.7-r1.ebuild:
+ remove obsolete die
23 Jul 2012; Julian Ospald <hasufell@gentoo.org> redshift-1.7-r1.ebuild,
-files/redshift-1.7-python-abi.patch:
diff --git a/x11-misc/redshift/redshift-1.7-r1.ebuild b/x11-misc/redshift/redshift-1.7-r1.ebuild
index bbfad5969ff6..8e99aeb1916a 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.3 2012/07/23 15:08:59 hasufell Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.7-r1.ebuild,v 1.4 2012/07/23 15:11:21 hasufell Exp $
EAPI=4
@@ -58,7 +58,7 @@ src_install() {
per_abi_install() {
cp "${D}"/usr/bin/gtk-redshift "${D}"/usr/bin/gtk-redshift-${PYTHON_ABI} || die
python_convert_shebangs ${PYTHON_ABI} "${D}"/usr/bin/gtk-redshift-${PYTHON_ABI}
- emake DESTDIR="${D}" pythondir="$(python_get_sitedir)" -C src/gtk-redshift install || die
+ emake DESTDIR="${D}" pythondir="$(python_get_sitedir)" -C src/gtk-redshift install
}
if use gtk ; then