diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 04:05:27 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 04:30:52 +0000 |
commit | 8c7b478512e87e034a46b3fc71aefb621761a159 (patch) | |
tree | bd5ad38414aff5c1c21f99484e6a61485f4d1847 /dev-libs/crossguid | |
parent | games-board/gnuchess-book: update EAPI 5 -> 7 (diff) | |
download | gentoo-8c7b478512e87e034a46b3fc71aefb621761a159.tar.gz gentoo-8c7b478512e87e034a46b3fc71aefb621761a159.tar.bz2 gentoo-8c7b478512e87e034a46b3fc71aefb621761a159.zip |
dev-libs/crossguid: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/crossguid')
-rw-r--r-- | dev-libs/crossguid/crossguid-0_pre20150817.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild index 0f2a8a6e2dc3..ebe790edd00c 100644 --- a/dev-libs/crossguid/crossguid-0_pre20150817.ebuild +++ b/dev-libs/crossguid/crossguid-0_pre20150817.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI="5" +EAPI=7 inherit toolchain-funcs @@ -20,7 +20,6 @@ HOMEPAGE="https://github.com/graeme-hill/crossguid" LICENSE="MIT" SLOT="0" KEYWORDS="amd64 ~arm arm64 x86" -IUSE="" # We use libuuid from util-linux. DEPEND="sys-apps/util-linux" |