summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2021-07-31 02:19:50 +0200
committerDavid Seifert <soap@gentoo.org>2021-07-31 02:19:50 +0200
commit1509a69a41f81b46d99693f66c98907d4ef97149 (patch)
tree58c5f452008573f18fdf952b6d3d7fc8441f5cea /dev-libs
parentdev-libs/pcc-libs: drop 9999 (diff)
downloadgentoo-1509a69a41f81b46d99693f66c98907d4ef97149.tar.gz
gentoo-1509a69a41f81b46d99693f66c98907d4ef97149.tar.bz2
gentoo-1509a69a41f81b46d99693f66c98907d4ef97149.zip
dev-libs/pcc-libs: update EAPI 5 -> 8
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
index 7e0b2be67888..1935211c9469 100644
--- a/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
+++ b/dev-libs/pcc-libs/pcc-libs-1.1.0.ebuild
@@ -1,13 +1,13 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=8
DESCRIPTION="pcc compiler support libs"
HOMEPAGE="http://pcc.ludd.ltu.se"
-S="${WORKDIR}"/${PN}-${PVR/*_pre/}/
-
SRC_URI="ftp://pcc.ludd.ltu.se/pub/pcc-releases/${P}.tgz"
+S="${WORKDIR}/${PN}-${PVR/*_pre/}/"
+
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"