diff options
author | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 16:25:31 +0800 |
---|---|---|
committer | WANG Xuerui <xen0n@gentoo.org> | 2022-05-25 16:29:13 +0800 |
commit | 7cc50a925add75a0ef051a74ea2bab94120d1851 (patch) | |
tree | 452d51e3b5aba61be04fd13ffd0485c9c27c6174 /media-fonts/solarize | |
parent | media-fonts/solarize: keyword 0_pre20140818 for ~loong (diff) | |
download | gentoo-7cc50a925add75a0ef051a74ea2bab94120d1851.tar.gz gentoo-7cc50a925add75a0ef051a74ea2bab94120d1851.tar.bz2 gentoo-7cc50a925add75a0ef051a74ea2bab94120d1851.zip |
media-fonts/solarize: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'media-fonts/solarize')
-rw-r--r-- | media-fonts/solarize/solarize-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-fonts/solarize/solarize-9999.ebuild b/media-fonts/solarize/solarize-9999.ebuild index 10b6881d95e0..66584ea11b0f 100644 --- a/media-fonts/solarize/solarize-9999.ebuild +++ b/media-fonts/solarize/solarize-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 2018 Gentoo Authors +# Copyright 2018-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,7 +14,7 @@ if [ ${PV} == "9999" ] ; then else EGIT_COMMIT="8a856fdb22bc633fdba490b339ea97ef16b700ac" SRC_URI="https://github.com/talamus/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${MY_PN}-${EGIT_COMMIT}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~x86" S="${WORKDIR}/${MY_PN}-${EGIT_COMMIT}" fi |