diff options
Diffstat (limited to 'net-nntp')
-rw-r--r-- | net-nntp/sabnzbd/sabnzbd-4.0.1.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-nntp/sabnzbd/sabnzbd-4.0.1.ebuild b/net-nntp/sabnzbd/sabnzbd-4.0.1.ebuild index 579060f3b832..2165b8fa339e 100644 --- a/net-nntp/sabnzbd/sabnzbd-4.0.1.ebuild +++ b/net-nntp/sabnzbd/sabnzbd-4.0.1.ebuild @@ -22,10 +22,13 @@ S="${WORKDIR}/${MY_P}" # Sabnzbd is GPL-2 but bundles software with the following licenses. LICENSE="GPL-2 BSD LGPL-2 MIT BSD-1" SLOT="0" +KEYWORDS="~amd64" IUSE="test" -RESTRICT="!test? ( test )" + REQUIRED_USE="${PYTHON_REQUIRED_USE}" +RESTRICT="!test? ( test )" + DEPEND=" acct-user/sabnzbd acct-group/sabnzbd |