2018-01-24 08:38:59 +03:00
|
|
|
# Copyright 1999-2018 Gentoo Foundation
|
2011-11-09 11:33:19 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2017-01-14 23:14:04 +03:00
|
|
|
EAPI=5
|
|
|
|
|
2011-11-09 11:33:19 +04:00
|
|
|
DESCRIPTION="Virtual for the GNU Internationalization Library"
|
|
|
|
SLOT="0"
|
2020-01-26 23:14:01 +03:00
|
|
|
KEYWORDS="~alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
2011-11-09 11:33:19 +04:00
|
|
|
IUSE="elibc_glibc elibc_uclibc"
|
|
|
|
|
|
|
|
# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
|
|
|
|
# that and gcc. And don't force uClibc to dep on this.
|
2014-01-27 09:10:51 +04:00
|
|
|
RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( !elibc_musl? ( sys-devel/gettext ) ) )"
|