diff options
author | Sam James <sam@gentoo.org> | 2021-04-19 17:31:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-19 20:11:52 +0100 |
commit | 5f8eb90c2bfc1aa1ecd678d36a03d2d552e4e55b (patch) | |
tree | 65dbae497eaef9970d7fbd67e7a9954626188031 /dev-cpp/picojson | |
parent | dev-cpp/metslib: update EAPI 5 -> 7 (diff) | |
download | gentoo-5f8eb90c2bfc1aa1ecd678d36a03d2d552e4e55b.tar.gz gentoo-5f8eb90c2bfc1aa1ecd678d36a03d2d552e4e55b.tar.bz2 gentoo-5f8eb90c2bfc1aa1ecd678d36a03d2d552e4e55b.zip |
dev-cpp/picojson: port to EAPI 7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-cpp/picojson')
-rw-r--r-- | dev-cpp/picojson/picojson-1.3.0.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-cpp/picojson/picojson-1.3.0.ebuild b/dev-cpp/picojson/picojson-1.3.0.ebuild index c37f0c8e81e2..ca57d8fb939c 100644 --- a/dev-cpp/picojson/picojson-1.3.0.ebuild +++ b/dev-cpp/picojson/picojson-1.3.0.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 inherit toolchain-funcs @@ -12,10 +12,6 @@ SRC_URI="https://github.com/kazuho/picojson/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" src_compile() { : |