sys-devel/gnuconfig: Sync with Gentoo

It's from Gentoo commit 6f7265991916ed9764eadca4ec23b77fa19ae296.
This commit is contained in:
Flatcar Buildbot 2023-09-11 07:13:49 +00:00 committed by Krzesimir Nowak
parent a21f6b4aa6
commit 88d8874a87

View File

@ -9,7 +9,7 @@ if [[ ${PV} == 99999999 ]] ; then
inherit git-r3 inherit git-r3
else else
SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
S="${WORKDIR}" S="${WORKDIR}"
fi fi