From: Tim Harder Date: Sun, 17 Nov 2019 22:18:39 +0000 (-0700) Subject: dev-util/archdiff: update to EAPI 7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=a40809dbb371a4fd3d908b46e0f834fec33780dc;p=gentoo.git dev-util/archdiff: update to EAPI 7 Signed-off-by: Tim Harder --- diff --git a/dev-util/archdiff/archdiff-1.1.6.ebuild b/dev-util/archdiff/archdiff-1.1.6.ebuild index acc017fc655d..9ae08696e947 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/"