summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2019-08-28 12:10:17 +0200
committerDavid Seifert <soap@gentoo.org>2019-08-28 12:10:17 +0200
commit4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544 (patch)
tree75817b4cd227af013b44c6976e4d2408a1627de2 /app-emacs/nxml-svg-schemas
parentapp-emacs/flim: [QA] Fix ${HOMEPAGE} in SRC_URI (diff)
downloadgentoo-4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544.tar.gz
gentoo-4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544.tar.bz2
gentoo-4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544.zip
app-emacs/nxml-svg-schemas: [QA] Add missing DEPEND="app-arch/unzip"
Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-emacs/nxml-svg-schemas')
-rw-r--r--app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
index 639661441bd5..5180d7bed52f 100644
--- a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
+++ b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -20,7 +20,9 @@ KEYWORDS="amd64 ~x86"
# Yes this requires Java, but I'd rather not repackage this, if you
# know something better in C, I'll be glad to use that.
-DEPEND="app-text/trang"
+DEPEND="
+ app-arch/unzip
+ app-text/trang"
RDEPEND=""
S="${WORKDIR}"