diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-01-11 06:39:57 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-01-11 06:40:55 -0500 |
commit | 752299f1cd6b2e1b2b061d7ca1d436696d984a59 (patch) | |
tree | b34f162077f922f691427c26b496a464f2cd4d52 /media-libs/libsixel | |
parent | media-video/mpv: Keyword 0.35.0-r1 ppc, #885397 (diff) | |
download | gentoo-752299f1cd6b2e1b2b061d7ca1d436696d984a59.tar.gz gentoo-752299f1cd6b2e1b2b061d7ca1d436696d984a59.tar.bz2 gentoo-752299f1cd6b2e1b2b061d7ca1d436696d984a59.zip |
media-libs/libsixel: Keyword 1.10.3 ppc, #885397
Tested-by: ernsteiswuerfel <erhard_f@mailbox.org>
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-libs/libsixel')
-rw-r--r-- | media-libs/libsixel/libsixel-1.10.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libsixel/libsixel-1.10.3.ebuild b/media-libs/libsixel/libsixel-1.10.3.ebuild index 1ccf79486703..af06474a8111 100644 --- a/media-libs/libsixel/libsixel-1.10.3.ebuild +++ b/media-libs/libsixel/libsixel-1.10.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -13,7 +13,7 @@ SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT public-domain" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~riscv x86" +KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~riscv x86" IUSE="curl gd gtk jpeg png python test" RESTRICT="!test? ( test )" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" |