diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-03-08 00:54:58 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-03-08 00:54:58 +0000 |
commit | a27a96533c27109f4e8c7d6d0db3fa6072c66d67 (patch) | |
tree | fad4ecbd0bc89befd6d4c9a2e4b4f5a53069cbc6 /net-p2p/nicotine+ | |
parent | Move PYTHON_DEPEND before inherit(), so that the dep is actually added (diff) | |
download | gentoo-2-a27a96533c27109f4e8c7d6d0db3fa6072c66d67.tar.gz gentoo-2-a27a96533c27109f4e8c7d6d0db3fa6072c66d67.tar.bz2 gentoo-2-a27a96533c27109f4e8c7d6d0db3fa6072c66d67.zip |
Move PYTHON_DEPEND before inherit(), so that the dep is actually added
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'net-p2p/nicotine+')
-rw-r--r-- | net-p2p/nicotine+/ChangeLog | 5 | ||||
-rw-r--r-- | net-p2p/nicotine+/nicotine+-1.2.15.ebuild | 7 |
2 files changed, 7 insertions, 5 deletions
diff --git a/net-p2p/nicotine+/ChangeLog b/net-p2p/nicotine+/ChangeLog index 0f96bbf211d3..753b4c980a2a 100644 --- a/net-p2p/nicotine+/ChangeLog +++ b/net-p2p/nicotine+/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-p2p/nicotine+ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.43 2010/03/03 22:41:00 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/ChangeLog,v 1.44 2010/03/08 00:54:58 abcd Exp $ + + 08 Mar 2010; Jonathan Callen <abcd@gentoo.org> nicotine+-1.2.15.ebuild: + Move PYTHON_DEPEND before inherit(), so that the dep is actually added *nicotine+-1.2.15 (03 Mar 2010) diff --git a/net-p2p/nicotine+/nicotine+-1.2.15.ebuild b/net-p2p/nicotine+/nicotine+-1.2.15.ebuild index 3d49275619b5..1e927203a2ff 100644 --- a/net-p2p/nicotine+/nicotine+-1.2.15.ebuild +++ b/net-p2p/nicotine+/nicotine+-1.2.15.ebuild @@ -1,9 +1,11 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.1 2010/03/03 22:41:00 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/nicotine+/nicotine+-1.2.15.ebuild,v 1.2 2010/03/08 00:54:58 abcd Exp $ EAPI=2 SUPPORT_PYTHON_ABIS=1 +PYTHON_DEPEND="2" +RESTRICT_PYTHON_ABIS="3.*" inherit distutils python @@ -25,9 +27,6 @@ RDEPEND=">=dev-python/pygtk-2.12 DEPEND="${RDEPEND}" -PYTHON_DEPEND="2" -RESTRICT_PYTHON_ABIS="3.*" - src_install() { distutils_src_install dosym nicotine.py /usr/bin/nicotine |