summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-22 14:36:31 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-22 14:36:31 +0000
commit2f8f10c3f32a30fe0b005c78ded44c3fd127495a (patch)
treea7026f60a21763e53c2d8db607021445cb1cc08e /app-misc/workrave
parentCleanup vulnerable versions (diff)
downloadhistorical-2f8f10c3f32a30fe0b005c78ded44c3fd127495a.tar.gz
historical-2f8f10c3f32a30fe0b005c78ded44c3fd127495a.tar.bz2
historical-2f8f10c3f32a30fe0b005c78ded44c3fd127495a.zip
Fix configure failure when active python is not slot 2.
Package-Manager: portage-2.2_rc89/cvs/Linux x86_64
Diffstat (limited to 'app-misc/workrave')
-rw-r--r--app-misc/workrave/ChangeLog5
-rw-r--r--app-misc/workrave/workrave-1.9.2.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-misc/workrave/ChangeLog b/app-misc/workrave/ChangeLog
index 47c3d74dc7be..dac19188ee54 100644
--- a/app-misc/workrave/ChangeLog
+++ b/app-misc/workrave/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-misc/workrave
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.68 2010/10/06 17:58:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/ChangeLog,v 1.69 2010/10/22 14:36:31 eva Exp $
+
+ 22 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> workrave-1.9.2.ebuild:
+ Fix configure failure when active python is not slot 2.
*workrave-1.9.2 (06 Oct 2010)
diff --git a/app-misc/workrave/workrave-1.9.2.ebuild b/app-misc/workrave/workrave-1.9.2.ebuild
index f6d1a7213103..0b5d8fe2da14 100644
--- a/app-misc/workrave/workrave-1.9.2.ebuild
+++ b/app-misc/workrave/workrave-1.9.2.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.9.2.ebuild,v 1.1 2010/10/06 17:58:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/workrave/workrave-1.9.2.ebuild,v 1.2 2010/10/22 14:36:31 eva Exp $
EAPI="2"
-inherit eutils gnome2
+inherit eutils gnome2 python
DESCRIPTION="Helpful utility to attack Repetitive Strain Injury (RSI)"
HOMEPAGE="http://www.workrave.org/"
@@ -67,4 +67,6 @@ pkg_setup() {
$(use_enable pulseaudio pulse)
$(use_enable test tests)
$(use_enable xml)"
+
+ python_set_active_version 2
}