commit: d7663f2159b61ebd0592dcfd612e05a646f66d6d Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Aug 11 01:49:17 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Aug 11 02:05:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7663f21
gnome-extra/synapse: update EAPI 6 -> 7, update caches Closes: https://bugs.gentoo.org/779199 Signed-off-by: Sam James <sam <AT> gentoo.org> gnome-extra/synapse/synapse-0.2.99.4.ebuild | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/gnome-extra/synapse/synapse-0.2.99.4.ebuild b/gnome-extra/synapse/synapse-0.2.99.4.ebuild index 15dea56bdaa..c22812fc523 100644 --- a/gnome-extra/synapse/synapse-0.2.99.4.ebuild +++ b/gnome-extra/synapse/synapse-0.2.99.4.ebuild @@ -1,8 +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 -inherit vala +EAPI=7 + +inherit vala xdg DESCRIPTION="A program launcher in the style of GNOME Do" HOMEPAGE="https://launchpad.net/synapse-project/" @@ -29,9 +30,9 @@ RDEPEND=" nls? ( virtual/libintl ) plugins? ( >=net-libs/rest-0.7 ) " -DEPEND=" +DEPEND="${RDEPEND}" +BDEPEND=" $(vala_depend) - ${RDEPEND} nls? ( sys-devel/gettext ) virtual/pkgconfig "
