Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nxml-svg-schemas/
Date: Wed, 28 Aug 2019 10:10:48
Message-Id: 1566987017.4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544.soap@gentoo
1 commit: 4a89f01eeb5ffdc2a12938a0ee4b714cdfdd4544
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 10:10:17 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 10:10:17 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a89f01e
7
8 app-emacs/nxml-svg-schemas: [QA] Add missing DEPEND="app-arch/unzip"
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 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
17 index 639661441bd..5180d7bed52 100644
18 --- a/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
19 +++ b/app-emacs/nxml-svg-schemas/nxml-svg-schemas-1.1.20081123.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -20,7 +20,9 @@ KEYWORDS="amd64 ~x86"
27
28 # Yes this requires Java, but I'd rather not repackage this, if you
29 # know something better in C, I'll be glad to use that.
30 -DEPEND="app-text/trang"
31 +DEPEND="
32 + app-arch/unzip
33 + app-text/trang"
34 RDEPEND=""
35
36 S="${WORKDIR}"