commit: 2d40db15fa6b72d30d7f2da2bdaa23a539ad0711 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Aug 14 17:44:13 2021 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 15 14:46:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d40db15
net-libs/libgrss: EAPI-7 bump, fix DESCRIPTION Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/libgrss/libgrss-0.7.0.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net-libs/libgrss/libgrss-0.7.0.ebuild b/net-libs/libgrss/libgrss-0.7.0.ebuild index 5cd89dff71d..6499b91ae43 100644 --- a/net-libs/libgrss/libgrss-0.7.0.ebuild +++ b/net-libs/libgrss/libgrss-0.7.0.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" -GCONF_DEBUG="no" +EAPI=7 inherit gnome2 -DESCRIPTION="LibGRSS is a library for easy management of RSS/Atom/Pie feeds" +DESCRIPTION="Library for easy management of RSS/Atom/Pie feeds" HOMEPAGE="https://wiki.gnome.org/Projects/Libgrss" LICENSE="LGPL-3" @@ -20,7 +19,8 @@ RDEPEND=" >=net-libs/libsoup-2.48:2.4 introspection? ( >=dev-libs/gobject-introspection-1.42 ) " -DEPEND="${RDEPEND} +DEPEND="${RDEPEND}" +BDEPEND=" >=dev-util/gtk-doc-am-1.10 virtual/pkgconfig "
