diff options
author | Akinori Hattori <hattya@gentoo.org> | 2019-02-06 22:48:06 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2019-02-06 22:50:19 +0900 |
commit | 8f24304bad2593a2134ca4bc16e3dc9272dd9c07 (patch) | |
tree | 472ea248244af6760355a98f20b8a895930477a3 /app-i18n | |
parent | net-wireless/iwd: drop old (diff) | |
download | gentoo-8f24304bad2593a2134ca4bc16e3dc9272dd9c07.tar.gz gentoo-8f24304bad2593a2134ca4bc16e3dc9272dd9c07.tar.bz2 gentoo-8f24304bad2593a2134ca4bc16e3dc9272dd9c07.zip |
app-i18n/tomoe: add missing dependency
Closes: https://bugs.gentoo.org/667342
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'app-i18n')
-rw-r--r-- | app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild index 249cf77a5630..dd833dbdab43 100644 --- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild +++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -43,6 +43,7 @@ RDEPEND="dev-libs/glib:2 ) subversion? ( dev-vcs/subversion )" DEPEND="${RDEPEND} + dev-util/glib-utils dev-util/gtk-doc-am dev-util/intltool virtual/pkgconfig" |