diff options
Diffstat (limited to 'gnome-extra')
-rw-r--r-- | gnome-extra/synapse/synapse-0.2.99.4.ebuild | 11 |
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 " |