dev-libs/opensc: Sync with Gentoo

It's from Gentoo commit cab89310ee107a97c79ade245dd7f74ec43c8e58.
This commit is contained in:
Flatcar Buildbot 2025-03-17 07:06:39 +00:00 committed by Krzesimir Nowak
parent 5e30452f0e
commit 6302e81072

View File

@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors # Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
@ -13,7 +13,7 @@ if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/OpenSC/OpenSC.git" EGIT_REPO_URI="https://github.com/OpenSC/OpenSC.git"
else else
SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz" SRC_URI="https://github.com/OpenSC/OpenSC/releases/download/${PV}/${P}.tar.gz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
fi fi
LICENSE="LGPL-2.1+ BSD" LICENSE="LGPL-2.1+ BSD"