diff options
author | 2012-05-27 16:54:24 +0000 | |
---|---|---|
committer | 2012-05-27 16:54:24 +0000 | |
commit | 23e731749eb341a4452a6257a0578cb977a56dab (patch) | |
tree | 106c308b15c034a6aa45f1739dad09747fb8ff7d /media-sound | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-23e731749eb341a4452a6257a0578cb977a56dab.tar.gz gentoo-2-23e731749eb341a4452a6257a0578cb977a56dab.tar.bz2 gentoo-2-23e731749eb341a4452a6257a0578cb977a56dab.zip |
Build with python-2 (bug #415631)
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/ario/ChangeLog | 5 | ||||
-rw-r--r-- | media-sound/ario/ario-1.5.1.ebuild | 12 |
2 files changed, 13 insertions, 4 deletions
diff --git a/media-sound/ario/ChangeLog b/media-sound/ario/ChangeLog index ea3e0196c676..bc6a67df4ffe 100644 --- a/media-sound/ario/ChangeLog +++ b/media-sound/ario/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-sound/ario # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.29 2012/05/27 08:19:14 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ChangeLog,v 1.30 2012/05/27 16:54:24 angelos Exp $ + + 27 May 2012; Christoph Mende <angelos@gentoo.org> ario-1.5.1.ebuild: + Build with python-2 (bug #415631) 27 May 2012; Christoph Mende <angelos@gentoo.org> -ario-1.5.ebuild: Remove old diff --git a/media-sound/ario/ario-1.5.1.ebuild b/media-sound/ario/ario-1.5.1.ebuild index 5f7e6e7d96eb..11659c242ebf 100644 --- a/media-sound/ario/ario-1.5.1.ebuild +++ b/media-sound/ario/ario-1.5.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild,v 1.5 2012/05/21 09:51:17 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/ario/ario-1.5.1.ebuild,v 1.6 2012/05/27 16:54:24 angelos Exp $ EAPI=4 GNOME2_LA_PUNT=yes -inherit gnome2 +inherit gnome2 python DESCRIPTION="a GTK2 MPD (Music Player Daemon) client inspired by Rythmbox" HOMEPAGE="http://ario-player.sourceforge.net" @@ -27,7 +27,8 @@ RDEPEND=">=dev-libs/glib-2.14:2 dbus? ( dev-libs/dbus-glib ) libnotify? ( x11-libs/libnotify ) python? ( dev-python/pygtk:2 - dev-python/pygobject:2 ) + dev-python/pygobject:2 + dev-lang/python:2.7 ) taglib? ( media-libs/taglib ) zeroconf? ( net-dns/avahi )" DEPEND="${RDEPEND} @@ -37,6 +38,11 @@ DEPEND="${RDEPEND} DOCS=( AUTHORS ) +pkg_setup() { + python_set_active_version 2 + python_pkg_setup +} + src_prepare() { epatch "${FILESDIR}"/${P}-single-includes.patch } |