diff options
author | 2022-08-15 22:39:04 +0300 | |
---|---|---|
committer | 2022-08-15 22:39:04 +0300 | |
commit | 82228573cc5bd9e5bcb9722743aad2750d0e109b (patch) | |
tree | 86200045f95a8697c0e8f6222bda9ea23cd4d987 /x11-libs/libxcvt | |
parent | x11-drivers/xf86-video-mga: Stabilize 2.0.1 ppc64, #861023 (diff) | |
download | gentoo-82228573cc5bd9e5bcb9722743aad2750d0e109b.tar.gz gentoo-82228573cc5bd9e5bcb9722743aad2750d0e109b.tar.bz2 gentoo-82228573cc5bd9e5bcb9722743aad2750d0e109b.zip |
x11-libs/libxcvt: Stabilize 0.1.2 ppc64, #861023
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'x11-libs/libxcvt')
-rw-r--r-- | x11-libs/libxcvt/libxcvt-0.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/libxcvt/libxcvt-0.1.2.ebuild b/x11-libs/libxcvt/libxcvt-0.1.2.ebuild index f82ef25ee886..443b510cb609 100644 --- a/x11-libs/libxcvt/libxcvt-0.1.2.ebuild +++ b/x11-libs/libxcvt/libxcvt-0.1.2.ebuild @@ -7,7 +7,7 @@ XORG_TARBALL_SUFFIX="xz" inherit xorg-3 meson if [[ ${PV} != *9999* ]]; then - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86" + KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86" fi DESCRIPTION="X.Org xcvt library and cvt program" |