Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tomoe/
Date: Wed, 06 Feb 2019 13:50:41
Message-Id: 1549461019.8f24304bad2593a2134ca4bc16e3dc9272dd9c07.hattya@gentoo
1 commit: 8f24304bad2593a2134ca4bc16e3dc9272dd9c07
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 6 13:48:06 2019 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 6 13:50:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f24304b
7
8 app-i18n/tomoe: add missing dependency
9
10 Closes: https://bugs.gentoo.org/667342
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12 Package-Manager: Portage-2.3.51, Repoman-2.3.11
13
14 app-i18n/tomoe/tomoe-0.6.0-r3.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
18 index 249cf77a563..dd833dbdab4 100644
19 --- a/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
20 +++ b/app-i18n/tomoe/tomoe-0.6.0-r3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -43,6 +43,7 @@ RDEPEND="dev-libs/glib:2
28 )
29 subversion? ( dev-vcs/subversion )"
30 DEPEND="${RDEPEND}
31 + dev-util/glib-utils
32 dev-util/gtk-doc-am
33 dev-util/intltool
34 virtual/pkgconfig"