diff options
author | 2012-05-30 12:42:07 +0000 | |
---|---|---|
committer | 2012-05-30 12:42:07 +0000 | |
commit | 2f028cb2bae2bb103f624c9f39dd3b3b777c4bd3 (patch) | |
tree | 8e288c25861792775e454df4f2706ef912bd0505 | |
parent | sci-libs/gamer: Fix underlinking (diff) | |
download | gentoo-2-2f028cb2bae2bb103f624c9f39dd3b3b777c4bd3.tar.gz gentoo-2-2f028cb2bae2bb103f624c9f39dd3b3b777c4bd3.tar.bz2 gentoo-2-2f028cb2bae2bb103f624c9f39dd3b3b777c4bd3.zip |
Drop empty RESTRICT_PYTHON_ABIS, move all dependencies to RDEPEND
(Portage version: 2.2.0_alpha108/cvs/Linux x86_64)
-rw-r--r-- | dev-python/audioread/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/audioread/audioread-0.6.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/audioread/ChangeLog b/dev-python/audioread/ChangeLog index af28f5f7a04a..7d0b7290ced0 100644 --- a/dev-python/audioread/ChangeLog +++ b/dev-python/audioread/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/audioread # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/ChangeLog,v 1.3 2012/05/29 17:12:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/ChangeLog,v 1.4 2012/05/30 12:42:07 xarthisius Exp $ + + 30 May 2012; Kacper Kowalik <xarthisius@gentoo.org> audioread-0.6.ebuild: + Drop empty RESTRICT_PYTHON_ABIS, move all dependencies to RDEPEND 29 May 2012; Jeff Horelick <jdhore@gentoo.org> audioread-0.6.ebuild: Keyword ~x86 diff --git a/dev-python/audioread/audioread-0.6.ebuild b/dev-python/audioread/audioread-0.6.ebuild index 46dffd5b53ad..64f9037ac3da 100644 --- a/dev-python/audioread/audioread-0.6.ebuild +++ b/dev-python/audioread/audioread-0.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/audioread-0.6.ebuild,v 1.3 2012/05/29 17:12:49 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/audioread/audioread-0.6.ebuild,v 1.4 2012/05/30 12:42:07 xarthisius Exp $ EAPI=4 + SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="" inherit distutils @@ -17,8 +17,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( dev-python/gst-python dev-python/pymad media-video/ffmpeg )" -RDEPEND="${DEPEND}" +DEPEND="" +RDEPEND="|| ( dev-python/gst-python dev-python/pymad media-video/ffmpeg )" pkg_postinst() { elog "You might need to enable additional USE flags in backends to" |