Install this version:
emerge -a =x11-libs/libXpm-3.5.19
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =x11-libs/libXpm-3.5.19
Or alternatively:
emerge --autounmask-write -a =x11-libs/libXpm-3.5.19
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.5.19 | 8 | ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
XORG_DOC=doc
XORG_MULTILIB=yes
inherit xorg-3
DESCRIPTION="X.Org Xpm library"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~x64-macos ~x64-solaris"
IUSE="test"
RESTRICT="!test? ( test )"
RDEPEND="
>=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
>=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}]
>=x11-libs/libXt-1.1.4[${MULTILIB_USEDEP}]
app-alternatives/gzip
app-arch/ncompress
"
DEPEND="${RDEPEND}
x11-base/xorg-proto
test? ( >=dev-libs/glib-2.46:2 )
"
BDEPEND="
sys-devel/gettext
test? (
app-arch/gzip
app-arch/ncompress
)
"
src_configure() {
local XORG_CONFIGURE_OPTIONS=(
$(use_enable test unit-tests)
)
xorg-3_src_configure
}
Manage flags for this package:
euse -i <flag> -p x11-libs/libXpm |
euse -E <flag> -p x11-libs/libXpm |
euse -D <flag> -p x11-libs/libXpm
>=x11-libs/libX11-1.6.2[] >=x11-libs/libXext-1.3.2[] >=x11-libs/libXt-1.1.4[] app-alternatives/gzip app-arch/ncompress x11-base/xorg-proto test? ( >=dev-libs/glib-2.46:2 )
>=x11-libs/libX11-1.6.2[] >=x11-libs/libXext-1.3.2[] >=x11-libs/libXt-1.1.4[] app-alternatives/gzip app-arch/ncompress
sys-devel/gettext test? ( app-arch/gzip app-arch/ncompress )