commit: 78906234747d0304441cf2e268834a1c429bb9c8 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 13:32:33 2020 +0000 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 13:32:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78906234
app-i18n/tomoe-gtk: update to EAPI 7 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org> app-i18n/tomoe-gtk/metadata.xml | 16 ++++++++-------- app-i18n/tomoe-gtk/tomoe-gtk-0.6.0-r6.ebuild | 6 +++--- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/app-i18n/tomoe-gtk/metadata.xml b/app-i18n/tomoe-gtk/metadata.xml index b26c59a53cf..bb5bed5adfa 100644 --- a/app-i18n/tomoe-gtk/metadata.xml +++ b/app-i18n/tomoe-gtk/metadata.xml @@ -1,12 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Cjk</name> - </maintainer> - <upstream> - <remote-id type="sourceforge">tomoe</remote-id> - <remote-id type="sourceforge-jp">tomoe</remote-id> - </upstream> + <maintainer type="project"> + <email>[email protected]</email> + <name>Cjk</name> + </maintainer> + <upstream> + <remote-id type="sourceforge">tomoe</remote-id> + <remote-id type="sourceforge-jp">tomoe</remote-id> + </upstream> </pkgmetadata> 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 7a11584b03f..5bcb90c21f1 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"
