diff options
author | David Seifert <soap@gentoo.org> | 2019-08-29 13:37:58 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-29 13:37:58 +0200 |
commit | 4543cb39e7bb61a9643ec4ed1f15ed78b78c3088 (patch) | |
tree | c684cb2569f04b71e59755f4b199488731b6f29a /app-misc/xmind | |
parent | app-misc/screenfetch: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-4543cb39e7bb61a9643ec4ed1f15ed78b78c3088.tar.gz gentoo-4543cb39e7bb61a9643ec4ed1f15ed78b78c3088.tar.bz2 gentoo-4543cb39e7bb61a9643ec4ed1f15ed78b78c3088.zip |
app-misc/xmind: [QA] Add missing DEPEND="app-arch/unzip"
Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-misc/xmind')
-rw-r--r-- | app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild | 3 | ||||
-rw-r--r-- | app-misc/xmind/xmind-3.7.6_p201801311814.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild index a5d4a0ca6de4..dfb4046680b1 100644 --- a/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild +++ b/app-misc/xmind/xmind-3.5.3.201506180105-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" +DEPEND="app-arch/unzip" RDEPEND=" >=virtual/jre-1.5 x11-libs/gtk+:2 diff --git a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild index 12a6a7c49210..03ce175e13f3 100644 --- a/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild +++ b/app-misc/xmind/xmind-3.7.6_p201801311814.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -17,6 +17,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" +DEPEND="app-arch/unzip" RDEPEND=" >=virtual/jre-1.8 x11-libs/gtk+:2 |