commit:     a6e84758d0d3e686cdde1d411beddb42cb9b03a5
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 10 15:57:09 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Apr 10 15:57:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6e84758

net-libs/telepathy-farstream: update EAPI 5 -> 8

Closes: https://bugs.gentoo.org/835363
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 ...farstream-0.6.2.ebuild => telepathy-farstream-0.6.2-r1.ebuild} | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild 
b/net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild
similarity index 94%
rename from net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild
rename to net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild
index a858d56f3f30..1801446994da 100644
--- a/net-libs/telepathy-farstream/telepathy-farstream-0.6.2.ebuild
+++ b/net-libs/telepathy-farstream/telepathy-farstream-0.6.2-r1.ebuild
@@ -1,8 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=8
 
 inherit gnome2
 
@@ -24,14 +23,14 @@ RDEPEND="
        net-libs/farstream:0.2=[introspection?]
        introspection? ( >=dev-libs/gobject-introspection-1.30 )
 "
-DEPEND="${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
        >=dev-util/gtk-doc-am-1.17
        virtual/pkgconfig
 "
 
 src_configure() {
        gnome2_src_configure \
-               --disable-static \
                --disable-Werror \
                $(use_enable introspection)
 }
@@ -43,6 +42,7 @@ src_install() {
                docinto examples
                dodoc examples/*.c
                docompress -x /usr/share/doc/${PF}/examples
+
                docinto examples/python
                dodoc examples/python/*.py
                docompress -x /usr/share/doc/${PF}/examples/python

Reply via email to