summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-08-11 02:49:17 +0100
committerSam James <sam@gentoo.org>2021-08-11 03:05:17 +0100
commitd7663f2159b61ebd0592dcfd612e05a646f66d6d (patch)
treea4fc53d1ee7fa544bb7ee594167dc8e3d5f585eb /gnome-extra
parentmedia-sound/pithos: [QA] update icon cache (diff)
downloadgentoo-d7663f2159b61ebd0592dcfd612e05a646f66d6d.tar.gz
gentoo-d7663f2159b61ebd0592dcfd612e05a646f66d6d.tar.bz2
gentoo-d7663f2159b61ebd0592dcfd612e05a646f66d6d.zip
gnome-extra/synapse: update EAPI 6 -> 7, update caches
Closes: https://bugs.gentoo.org/779199 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/synapse/synapse-0.2.99.4.ebuild11
1 files 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 15dea56bdaa4..c22812fc5234 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
"