diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-05-23 18:19:04 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-05-23 18:19:04 +0000 |
commit | 7d088890db6d83eb00e3768490b6a2fd301062d6 (patch) | |
tree | 48615b6b8a693a8c7219f48f19e68a0fe36e894e /media-radio/radiotray/radiotray-0.6.3.ebuild | |
parent | Stable on amd64 wrt bug #368085 (diff) | |
download | historical-7d088890db6d83eb00e3768490b6a2fd301062d6.tar.gz historical-7d088890db6d83eb00e3768490b6a2fd301062d6.tar.bz2 historical-7d088890db6d83eb00e3768490b6a2fd301062d6.zip |
Restrict python3 ABIS. Stable on amd64. Bug #368221
Package-Manager: portage-2.2.0_alpha34/cvs/Linux x86_64
Diffstat (limited to 'media-radio/radiotray/radiotray-0.6.3.ebuild')
-rw-r--r-- | media-radio/radiotray/radiotray-0.6.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-radio/radiotray/radiotray-0.6.3.ebuild b/media-radio/radiotray/radiotray-0.6.3.ebuild index 4166a2d8e589..597815e02184 100644 --- a/media-radio/radiotray/radiotray-0.6.3.ebuild +++ b/media-radio/radiotray/radiotray-0.6.3.ebuild @@ -1,10 +1,12 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.6.3.ebuild,v 1.1 2011/01/21 08:53:08 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-0.6.3.ebuild,v 1.2 2011/05/23 18:19:04 hwoarang Exp $ EAPI=3 PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" + inherit distutils DESCRIPTION="Online radio streaming player" @@ -13,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="" RDEPEND="dev-python/dbus-python |