diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-12-01 15:34:02 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-12-02 13:46:59 +0200 |
commit | 682c520702bbdd3bd00f606834511152fbf11b93 (patch) | |
tree | 44253fae94889b60382ef1d82041a415a88ef13e /app-misc/bijiben | |
parent | app-misc/bijiben: lock dep to tracker-1 (diff) | |
download | gentoo-682c520702bbdd3bd00f606834511152fbf11b93.tar.gz gentoo-682c520702bbdd3bd00f606834511152fbf11b93.tar.bz2 gentoo-682c520702bbdd3bd00f606834511152fbf11b93.zip |
app-misc/bijiben: remove wrong yelp-tools build depend
Only itstool is needed to build, so pull only that, not the full
yelp-tools stack.
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Package-Manager: Portage-2.3.52, Repoman-2.3.11
Diffstat (limited to 'app-misc/bijiben')
-rw-r--r-- | app-misc/bijiben/bijiben-3.26.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/bijiben/bijiben-3.26.1.ebuild b/app-misc/bijiben/bijiben-3.26.1.ebuild index a643a9b2af6b..a73402e0f0e5 100644 --- a/app-misc/bijiben/bijiben-3.26.1.ebuild +++ b/app-misc/bijiben/bijiben-3.26.1.ebuild @@ -23,10 +23,10 @@ RDEPEND=" sys-apps/util-linux " DEPEND="${RDEPEND} - app-text/yelp-tools dev-libs/appstream-glib dev-util/gdbus-codegen >=dev-util/intltool-0.50.1 + dev-util/itstool sys-devel/gettext virtual/pkgconfig " |