diff options
-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} )" |