commit:     e202861b974e5e3b5870a02f99e2b7337dac219f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  1 22:52:44 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Apr  1 23:03:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e202861b

media-gfx/gtkimageview: port to EAPI 7, BDEPEND

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild 
b/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
index 707ce597573..2e38da6bfd9 100644
--- a/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
+++ b/media-gfx/gtkimageview/gtkimageview-1.6.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-GNOME2_LA_PUNT="yes"
+EAPI=7
 
+GNOME2_LA_PUNT="yes"
 inherit autotools gnome2
 
 DESCRIPTION="A simple image viewer widget for GTK"
@@ -19,9 +19,10 @@ IUSE="examples static-libs"
 RESTRICT="test"
 
 RDEPEND="x11-libs/gtk+:2"
-DEPEND="${RDEPEND}
-       gnome-base/gnome-common
+DEPEND="gnome-base/gnome-common"
+BDEPEND="
        dev-util/gtk-doc-am
+       gnome-base/gnome-common
 "
 
 src_prepare() {
@@ -47,6 +48,7 @@ src_configure() {
 
 src_install() {
        gnome2_src_install
+
        if use examples ; then
                docinto examples
                dodoc tests/ex-*.c

Reply via email to