virtual/libintl - 0-r2 (gentoo)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/libintl-0-r2

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

autounmask =virtual/libintl-0-r2

Or alternatively:

emerge --autounmask-write -a =virtual/libintl-0-r2

Package Information

Description:
Virtual for the GNU Internationalization Library

Ebuild Details

Version EAPI Keywords Slot
0-r2 7 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit multilib-build

DESCRIPTION="Virtual for the GNU Internationalization Library"

SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"

# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between that and gcc.
RDEPEND="!elibc_glibc? ( !elibc_musl? ( dev-libs/libintl[${MULTILIB_USEDEP}] ) )"

Inherited Eclasses

Dependencies

RDEPEND

!elibc_glibc? ( !elibc_musl? ( dev-libs/libintl[] ) )