diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2024-09-26 18:16:15 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2024-09-27 21:24:01 +0800 |
commit | f9dc49176e1ec535d09531016c8f539debcd88dd (patch) | |
tree | 739d8b3a4b04c73aad15f608cc1dcd7ced95b4cf /app-crypt | |
parent | app-crypt/debian-archive-keyring: keyword 2023.4 for ~loong (diff) | |
download | gentoo-f9dc49176e1ec535d09531016c8f539debcd88dd.tar.gz gentoo-f9dc49176e1ec535d09531016c8f539debcd88dd.tar.bz2 gentoo-f9dc49176e1ec535d09531016c8f539debcd88dd.zip |
app-crypt/ubuntu-keyring: keyword 2023.11.28.1 for ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'app-crypt')
-rw-r--r-- | app-crypt/ubuntu-keyring/ubuntu-keyring-2023.11.28.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-crypt/ubuntu-keyring/ubuntu-keyring-2023.11.28.1.ebuild b/app-crypt/ubuntu-keyring/ubuntu-keyring-2023.11.28.1.ebuild index 2d9eb9a3825e..f66937cde963 100644 --- a/app-crypt/ubuntu-keyring/ubuntu-keyring-2023.11.28.1.ebuild +++ b/app-crypt/ubuntu-keyring/ubuntu-keyring-2023.11.28.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}.orig.tar.xz" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~loong ~ppc64 ~x86" S="${WORKDIR}"/${PN} |