summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Michael <fedora.dm0@gmail.com>2020-12-17 11:48:33 -0500
committerMatt Turner <mattst88@gentoo.org>2020-12-18 17:04:32 -0500
commit648a80e8360f0883a4981eb55d95f9583f50b5b9 (patch)
tree35ee0aa2ef53349c31890430eb94d09d99f526c9 /x11-themes
parentx11-themes/adwaita-icon-theme: EAPI 7 (diff)
downloadgentoo-648a80e8360f0883a4981eb55d95f9583f50b5b9.tar.gz
gentoo-648a80e8360f0883a4981eb55d95f9583f50b5b9.tar.bz2
gentoo-648a80e8360f0883a4981eb55d95f9583f50b5b9.zip
x11-themes/gnome-themes-standard: EAPI 7
Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael <fedora.dm0@gmail.com> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild
index 6752de6dbac2..ec1e7159a039 100644
--- a/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild
+++ b/x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
GNOME_ORG_MODULE="gnome-themes-extra"
inherit autotools gnome.org xdg
@@ -11,7 +11,6 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-themes-extra"
LICENSE="LGPL-2.1+"
SLOT="0"
-IUSE=""
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
# Depend on gsettings-desktop-schemas-3.4 to make sure 3.2 users don't lose
@@ -19,7 +18,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd6
RDEPEND="
>=gnome-base/gsettings-desktop-schemas-3.4
"
-DEPEND="
+BDEPEND="
>=dev-util/intltool-0.40
sys-devel/gettext
virtual/pkgconfig
@@ -36,7 +35,7 @@ src_prepare() {
}
src_configure() {
- ECONF_SOURCE="${S}" econf \
+ econf \
--disable-static \
--disable-gtk2-engine \
--disable-gtk3-engine \