diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-09-08 09:25:06 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-09-08 09:25:06 +0000 |
commit | 84f2327eb8e293a967a1b7cbe4d17f5f5145ba0f (patch) | |
tree | bbd0130375392672c2ba6a735669cf963051d194 /media-radio/radiotray/radiotray-9999.ebuild | |
parent | Version bump. Remove old. (diff) | |
download | gentoo-2-84f2327eb8e293a967a1b7cbe4d17f5f5145ba0f.tar.gz gentoo-2-84f2327eb8e293a967a1b7cbe4d17f5f5145ba0f.tar.bz2 gentoo-2-84f2327eb8e293a967a1b7cbe4d17f5f5145ba0f.zip |
Remove bogus pkg_setup
(Portage version: 2.1.11.13/cvs/Linux x86_64)
Diffstat (limited to 'media-radio/radiotray/radiotray-9999.ebuild')
-rw-r--r-- | media-radio/radiotray/radiotray-9999.ebuild | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/media-radio/radiotray/radiotray-9999.ebuild b/media-radio/radiotray/radiotray-9999.ebuild index 3124cd67ccf5..13c5d12497b6 100644 --- a/media-radio/radiotray/radiotray-9999.ebuild +++ b/media-radio/radiotray/radiotray-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild,v 1.4 2012/09/08 08:52:33 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-radio/radiotray/radiotray-9999.ebuild,v 1.5 2012/09/08 09:25:06 hwoarang Exp $ EAPI=4 PYTHON_COMPAT='python2_6 python2_7' @@ -46,11 +46,6 @@ DOCS="AUTHORS CONTRIBUTORS NEWS README" S="${WORKDIR}"/${PN} -pkg_setup() { - python_set_active_version 2 - python_pkg_setup -} - src_prepare() { python_convert_shebangs -r 2 . distutils_src_prepare |