diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 13:02:39 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:42 +0100 |
commit | 743aa42f59d7f2fa7dbcdeaf990ca1010588e977 (patch) | |
tree | 2b95d7eb64905e45c74acd850fd4a270f1fa7e5a /dev-util | |
parent | dev-util/linklint: update EAPI 5 -> 7 (diff) | |
download | gentoo-743aa42f59d7f2fa7dbcdeaf990ca1010588e977.tar.gz gentoo-743aa42f59d7f2fa7dbcdeaf990ca1010588e977.tar.bz2 gentoo-743aa42f59d7f2fa7dbcdeaf990ca1010588e977.zip |
dev-util/egypt: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/egypt/egypt-1.10.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-util/egypt/egypt-1.10.ebuild b/dev-util/egypt/egypt-1.10.ebuild index 5001a75c53a8..87e872e919fc 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="" |