diff options
author | Akinori Hattori <hattya@gentoo.org> | 2020-08-23 22:32:33 +0900 |
---|---|---|
committer | Akinori Hattori <hattya@gentoo.org> | 2020-08-23 22:32:33 +0900 |
commit | 78906234747d0304441cf2e268834a1c429bb9c8 (patch) | |
tree | 5a2cd46591a989dbebc9c5427a6037526c43f58b /app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | |
parent | app-i18n/tomoe-gtk: add missing dependency (diff) | |
download | gentoo-78906234747d0304441cf2e268834a1c429bb9c8.tar.gz gentoo-78906234747d0304441cf2e268834a1c429bb9c8.tar.bz2 gentoo-78906234747d0304441cf2e268834a1c429bb9c8.zip |
app-i18n/tomoe-gtk: update to EAPI 7
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Akinori Hattori <hattya@gentoo.org>
Diffstat (limited to 'app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild')
-rw-r--r-- | app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild index 7a11584b03fd..5bcb90c21f13 100644 --- a/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild +++ b/app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="6" +EAPI="7" DESCRIPTION="Tomoe GTK+ interface widget library" HOMEPAGE="http://tomoe.osdn.jp/" @@ -14,8 +14,8 @@ IUSE="" RDEPEND="app-i18n/tomoe x11-libs/gtk+:2" -DEPEND="${RDEPEND} - dev-util/glib-utils +DEPEND="${RDEPEND}" +BDEPEND="dev-util/glib-utils dev-util/gtk-doc-am sys-devel/gettext virtual/pkgconfig" |