diff options
author | Mart Raudsepp <leio@gentoo.org> | 2019-02-22 15:35:53 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2019-02-22 20:02:37 +0200 |
commit | 9f6fa27e904686a3820687895c245c967775526b (patch) | |
tree | e15bf06f4a138006e6b39e50aefb3dca4140508c /app-office/glabels | |
parent | vala.eclass: Skip SLOT=0.38 in dependency generation (diff) | |
download | gentoo-9f6fa27e904686a3820687895c245c967775526b.tar.gz gentoo-9f6fa27e904686a3820687895c245c967775526b.tar.bz2 gentoo-9f6fa27e904686a3820687895c245c967775526b.zip |
app-office/glabels: remove wrong yelp-tools build depend
Only itstool is needed to build, so pull only that, not the full
yelp-tools stack.
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-office/glabels')
-rw-r--r-- | app-office/glabels/glabels-3.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/glabels/glabels-3.4.1.ebuild b/app-office/glabels/glabels-3.4.1.ebuild index 15f966049969..450de3ef95d1 100644 --- a/app-office/glabels/glabels-3.4.1.ebuild +++ b/app-office/glabels/glabels-3.4.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -26,7 +26,7 @@ RDEPEND=" " DEPEND="${RDEPEND} app-text/docbook-xml-dtd:4.1.2 - app-text/yelp-tools + dev-util/itstool dev-util/gtk-doc-am >=dev-util/intltool-0.28 virtual/pkgconfig |