commit:     179f03e4c57644b4c0499413225edb852ce420f9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  6 01:41:13 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Dec  6 01:41:33 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179f03e4

dev-python/sabyenc: make pkgcheck happy

Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 dev-python/sabyenc/sabyenc-3.3.6.ebuild | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/sabyenc/sabyenc-3.3.6.ebuild 
b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
index cd21981df43..2d3ffa014e0 100644
--- a/dev-python/sabyenc/sabyenc-3.3.6.ebuild
+++ b/dev-python/sabyenc/sabyenc-3.3.6.ebuild
@@ -7,14 +7,16 @@ PYTHON_COMPAT=( python2_7 )
 inherit distutils-r1 vcs-snapshot
 
 DESCRIPTION="Module providing raw yEnc encoding/decoding for SABnzbd"
-HOMEPAGE="https://github.com/sabnzbd/sabyenc/";
-SRC_URI="https://github.com/sabnzbd/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/sabnzbd/sabyenc";
+SRC_URI="https://github.com/sabnzbd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
+RESTRICT="!test? ( test )"
+
 DEPEND="
        test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
 

Reply via email to