diff options
Diffstat (limited to 'app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild')
-rw-r--r-- | app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild | 6 |
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}" |