diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2015-09-16 13:50:19 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2015-09-16 13:50:53 -0500 |
commit | 8de2b04e71fcf03909c7aea2b23391ff230cb243 (patch) | |
tree | a7018f7ea244b5a3d24838f44605331b2722d7af /media-plugins | |
parent | sys-kernel/git-sources: Remove old. (diff) | |
download | gentoo-8de2b04e71fcf03909c7aea2b23391ff230cb243.tar.gz gentoo-8de2b04e71fcf03909c7aea2b23391ff230cb243.tar.bz2 gentoo-8de2b04e71fcf03909c7aea2b23391ff230cb243.zip |
media-plugins/mythplugins: drop pkg_setup and used inherited
Package-Manager: portage-2.2.20.1
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild index e72d72122cb2..249a75c8c01b 100644 --- a/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild +++ b/media-plugins/mythplugins/mythplugins-0.27.5_p20150627-r1.ebuild @@ -136,10 +136,6 @@ REQUIRED_USE=" S="${WORKDIR}/mythtv-0.27.5/mythplugins" -pkg_setup() { - use mythnetvision && python-single-r1_pkg_setup -} - src_prepare() { [[ -n ${BACKPORTS} ]] && \ EPATCH_FORCE=yes EPATCH_SUFFIX="patch" EPATCH_SOURCE="${WORKDIR}/${MY_P}/patches" \ |