x11-libs/libxcvt - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =x11-libs/libxcvt-9999

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =x11-libs/libxcvt-9999

Or alternatively:

emerge --autounmask-write -a =x11-libs/libxcvt-9999

Package Information

Description:
X.Org xcvt library and cvt program

Ebuild Details

Version EAPI Keywords Slot
9999 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86
View Raw Ebuild
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit xorg-3 meson

if [[ ${PV} != *9999* ]]; then
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
fi

DESCRIPTION="X.Org xcvt library and cvt program"

# Override xorg-3's src_prepare
src_prepare() {
	default
}

Inherited Eclasses