diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-06-04 12:37:14 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-06-04 12:37:14 +0200 |
commit | bd7cb186c573e4c26d83a4fd62b06e201182c847 (patch) | |
tree | b8cd0d68d5f1c06842e73a04d01c94e7fcb451d9 /x11-libs/pixman | |
parent | games-board/tablebase-syzygy: Add comment about selective URI restriction (diff) | |
download | gentoo-bd7cb186c573e4c26d83a4fd62b06e201182c847.tar.gz gentoo-bd7cb186c573e4c26d83a4fd62b06e201182c847.tar.bz2 gentoo-bd7cb186c573e4c26d83a4fd62b06e201182c847.zip |
*/*: marked ~arm64-macos
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'x11-libs/pixman')
-rw-r--r-- | x11-libs/pixman/pixman-0.42.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pixman/pixman-0.42.2.ebuild b/x11-libs/pixman/pixman-0.42.2.ebuild index 8041cbfbaffc..e80504458bf2 100644 --- a/x11-libs/pixman/pixman-0.42.2.ebuild +++ b/x11-libs/pixman/pixman-0.42.2.ebuild @@ -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 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~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" SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz" fi |