diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-03 17:44:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-03 21:39:44 +0100 |
commit | bdfeb4202d7251c88683e6a47b4ce7c626e3ed73 (patch) | |
tree | d8f4c5c836a9fa251474329143dc9fd7a52e0720 /media-video/bashnapi/bashnapi-1.3.5.ebuild | |
parent | app-admin/puppet-agent: fix dep on augeas (diff) | |
download | gentoo-bdfeb4202d7251c88683e6a47b4ce7c626e3ed73.tar.gz gentoo-bdfeb4202d7251c88683e6a47b4ce7c626e3ed73.tar.bz2 gentoo-bdfeb4202d7251c88683e6a47b4ce7c626e3ed73.zip |
media-video/bashnapi: Remove outdated blocker
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-video/bashnapi/bashnapi-1.3.5.ebuild')
-rw-r--r-- | media-video/bashnapi/bashnapi-1.3.5.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/media-video/bashnapi/bashnapi-1.3.5.ebuild b/media-video/bashnapi/bashnapi-1.3.5.ebuild index 9671be6e2615..993294be32e4 100644 --- a/media-video/bashnapi/bashnapi-1.3.5.ebuild +++ b/media-video/bashnapi/bashnapi-1.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,9 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# subotage is now integrated into bashnapi -RDEPEND="app-arch/p7zip - !media-video/subotage" +RDEPEND="app-arch/p7zip" S=${WORKDIR}/napi-${PV} |