summaryrefslogtreecommitdiff
blob: 34ffea1cf8fe2d8132c9d0b4f6e8d489e6e6eaf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.2 2006/01/13 19:39:26 flameeyes Exp $

DESCRIPTION="Virtual for the GNU Internationalization Library"
HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/"
SRC_URI=""
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc-macos ppc64 s390 sh sparc x86"
IUSE=""
DEPEND=""

# - Use this syntax (defining the various libcs) as this allows to use-mask if the
# dep is not present for some Linux systems; using the !elibc_glibc() syntax
# would lead to problems for libiconv for example
# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
# that and gcc
RDEPEND="elibc_Darwin? ( sys-devel/gettext )
	elibc_FreeBSD? ( sys-devel/gettext )
	elibc_NetBSD? ( sys-devel/gettext )
	elibc_OpenBSD? ( sys-devel/gettext )
	elibc_DragonFly? ( sys-devel/gettext )"