Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/autoconf-archive/
Date: Mon, 17 Aug 2020 11:54:55
Message-Id: 1597665287.8d2c1872fbdcc58121df34c5e075573bae5c8f2b.whissi@gentoo
1 commit: 8d2c1872fbdcc58121df34c5e075573bae5c8f2b
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 17 11:53:14 2020 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 17 11:54:47 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d2c1872
7
8 sys-devel/autoconf-archive: x86 stable, applying ALLARCHES policy
9
10 Package-Manager: Portage-3.0.2, Repoman-2.3.23
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild b/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild
17 index 5229f079b74..4f6c565afe9 100644
18 --- a/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild
19 +++ b/sys-devel/autoconf-archive/autoconf-archive-2019.01.06.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="6"
25 +EAPI="7"
26
27 DESCRIPTION="GNU Autoconf Macro Archive"
28 HOMEPAGE="https://www.gnu.org/software/autoconf-archive/"
29 @@ -9,10 +9,10 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
30
31 LICENSE="GPL-3"
32 SLOT="0"
33 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 IUSE=""
36
37 # File collisions. #540246
38 -RDEPEND="!=gnome-base/gnome-common-3.14.0
39 +RDEPEND="!=gnome-base/gnome-common-3.14.0-r0
40 !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]"
41 DEPEND=""