Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/archdiff/
Date: Sun, 17 Nov 2019 22:20:23
Message-Id: 1574029119.a40809dbb371a4fd3d908b46e0f834fec33780dc.radhermit@gentoo
1 commit: a40809dbb371a4fd3d908b46e0f834fec33780dc
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 17 22:18:39 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 17 22:18:39 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40809db
7
8 dev-util/archdiff: update to EAPI 7
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 dev-util/archdiff/archdiff-1.1.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild b/dev-util/archdiff/archdiff-1.1.6.ebuild
16 index acc017fc655..9ae08696e94 100644
17 --- a/dev-util/archdiff/archdiff-1.1.6.ebuild
18 +++ b/dev-util/archdiff/archdiff-1.1.6.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2012 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI="4"
25 +EAPI=7
26
27 DESCRIPTION="Utility to view the differences between two source code archives"
28 HOMEPAGE="https://frigidcode.com/code/archdiff/"