From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 011D81382C5 for ; Fri, 18 Dec 2020 22:05:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 431DEE087E; Fri, 18 Dec 2020 22:05:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B502E087E for ; Fri, 18 Dec 2020 22:05:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 402D0340E1C for ; Fri, 18 Dec 2020 22:05:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA6C42CA for ; Fri, 18 Dec 2020 22:05:32 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1608329072.648a80e8360f0883a4981eb55d95f9583f50b5b9.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/gnome-themes-standard/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild X-VCS-Directories: x11-themes/gnome-themes-standard/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 648a80e8360f0883a4981eb55d95f9583f50b5b9 X-VCS-Branch: master Date: Fri, 18 Dec 2020 22:05:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7c0972d5-70a8-4269-93d7-cc442614e24b X-Archives-Hash: d1be230e0706d14ff0e24aa2e8178fbd commit: 648a80e8360f0883a4981eb55d95f9583f50b5b9 Author: David Michael gmail com> AuthorDate: Thu Dec 17 16:48:33 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Fri Dec 18 22:04:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=648a80e8 x11-themes/gnome-themes-standard: EAPI 7 Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: David Michael gmail.com> Signed-off-by: Matt Turner gentoo.org> x11-themes/gnome-themes-standard/gnome-themes-standard-3.28.ebuild | 7 +++---- 1 file 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 6752de6dbac..ec1e7159a03 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 \