diff options
author | 2022-05-07 12:15:20 +0800 | |
---|---|---|
committer | 2022-05-07 12:27:09 +0800 | |
commit | 55d08d8cff47fb6f438af84b3b8d016968e4d6d8 (patch) | |
tree | 6dfcf3677a4ebd08127de68e25d0383ea22d9bc5 /x11-libs/pixman | |
parent | x11-libs/pixman: keyword 0.40.0 for ~loong (diff) | |
download | gentoo-55d08d8cff47fb6f438af84b3b8d016968e4d6d8.tar.gz gentoo-55d08d8cff47fb6f438af84b3b8d016968e4d6d8.tar.bz2 gentoo-55d08d8cff47fb6f438af84b3b8d016968e4d6d8.zip |
x11-libs/pixman: forward ~loong
Signed-off-by: WANG Xuerui <xen0n@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/pixman-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/pixman/pixman-9999.ebuild b/x11-libs/pixman/pixman-9999.ebuild index e6332d538639..b1bf1b2339dd 100644 --- a/x11-libs/pixman/pixman-9999.ebuild +++ b/x11-libs/pixman/pixman-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -16,7 +16,7 @@ HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/" if [[ ${PV} = 9999* ]]; then SRC_URI="" else - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris ~x86-winnt" SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz" fi |