From 743aa42f59d7f2fa7dbcdeaf990ca1010588e977 Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 19 Apr 2021 13:02:39 +0100 Subject: [PATCH] dev-util/egypt: port to EAPI 7 Signed-off-by: Sam James --- dev-util/egypt/egypt-1.10.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-util/egypt/egypt-1.10.ebuild b/dev-util/egypt/egypt-1.10.ebuild index 5001a75c53a84..87e872e919fc6 100644 --- a/dev-util/egypt/egypt-1.10.ebuild +++ b/dev-util/egypt/egypt-1.10.ebuild @@ -1,15 +1,14 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit perl-module -DESCRIPTION="devilishly simple tool for creating call graphs of C programs" +DESCRIPTION="Devilishly simple tool for creating call graphs of C programs" HOMEPAGE="http://www.gson.org/egypt/" SRC_URI="http://www.gson.org/egypt/download/${P}.tar.gz" LICENSE="|| ( Artistic GPL-1+ )" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE=""