diff options
author | Sam James <sam@gentoo.org> | 2021-03-28 03:04:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-03-28 03:04:27 +0000 |
commit | 3e2b985c7e9fe482199025357aec979834ba49b4 (patch) | |
tree | 785550806b1b8ae5dbfacea4d1ec1751a00831b0 /www-servers/xsp | |
parent | www-servers/xsp: fix whitespace (diff) | |
download | gentoo-3e2b985c7e9fe482199025357aec979834ba49b4.tar.gz gentoo-3e2b985c7e9fe482199025357aec979834ba49b4.tar.bz2 gentoo-3e2b985c7e9fe482199025357aec979834ba49b4.zip |
www-servers/xsp: add app-arch/unzip BDEPEND
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'www-servers/xsp')
-rw-r--r-- | www-servers/xsp/xsp-3.8_p2014120900.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www-servers/xsp/xsp-3.8_p2014120900.ebuild b/www-servers/xsp/xsp-3.8_p2014120900.ebuild index dd42bb873c51..33c34864ddf5 100644 --- a/www-servers/xsp/xsp-3.8_p2014120900.ebuild +++ b/www-servers/xsp/xsp-3.8_p2014120900.ebuild @@ -20,6 +20,7 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="doc test developer" RESTRICT="!test? ( test )" +BDEPEND="app-arch/unzip" RDEPEND="dev-db/sqlite:3" DEPEND="${RDEPEND}" |