commit: a40809dbb371a4fd3d908b46e0f834fec33780dc Author: Tim Harder <radhermit <AT> gentoo <DOT> org> AuthorDate: Sun Nov 17 22:18:39 2019 +0000 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org> CommitDate: Sun Nov 17 22:18:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40809db
dev-util/archdiff: update to EAPI 7 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org> dev-util/archdiff/archdiff-1.1.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild b/dev-util/archdiff/archdiff-1.1.6.ebuild index acc017fc655..9ae08696e94 100644 --- a/dev-util/archdiff/archdiff-1.1.6.ebuild +++ b/dev-util/archdiff/archdiff-1.1.6.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="4" +EAPI=7 DESCRIPTION="Utility to view the differences between two source code archives" HOMEPAGE="https://frigidcode.com/code/archdiff/"
