diff options
author | 2025-01-04 23:08:01 +0000 | |
---|---|---|
committer | 2025-01-04 23:08:01 +0000 | |
commit | e75385fec38b386b018b49cc4117eedde273feb3 (patch) | |
tree | ae89b3cb2d2d6f1a13539791675579a548069054 /x11-libs | |
parent | media-libs/embree: Stabilize 4.3.3 amd64, #947504 (diff) | |
download | gentoo-e75385fec38b386b018b49cc4117eedde273feb3.tar.gz gentoo-e75385fec38b386b018b49cc4117eedde273feb3.tar.bz2 gentoo-e75385fec38b386b018b49cc4117eedde273feb3.zip |
x11-libs/pango: drop ~ia64
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pango/pango-1.54.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/pango/pango-1.54.0.ebuild b/x11-libs/pango/pango-1.54.0.ebuild index 3d75fa7c3736..7054129b4593 100644 --- a/x11-libs/pango/pango-1.54.0.ebuild +++ b/x11-libs/pango/pango-1.54.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -11,7 +11,7 @@ SRC_URI="https://download.gnome.org/sources/pango/$(ver_cut 1-2)/${P}.tar.xz" LICENSE="LGPL-2+" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" IUSE="debug examples +introspection sysprof test X" RESTRICT="!test? ( test )" |