summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Ludd <solar@gentoo.org>2009-12-23 04:13:46 +0000
committerNed Ludd <solar@gentoo.org>2009-12-23 04:13:46 +0000
commit4852491ddc83aeca68ac1e2a92739fbec00b5184 (patch)
treeb5905e0df5c60e0805ef1d4ebf6d9c21840865b5 /virtual/libintl/libintl-0.ebuild
parent>sys-fs/udev-141 depends on glibc directly (diff)
downloadgentoo-2-4852491ddc83aeca68ac1e2a92739fbec00b5184.tar.gz
gentoo-2-4852491ddc83aeca68ac1e2a92739fbec00b5184.tar.bz2
gentoo-2-4852491ddc83aeca68ac1e2a92739fbec00b5184.zip
no gettext for uclibc
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'virtual/libintl/libintl-0.ebuild')
-rw-r--r--virtual/libintl/libintl-0.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/virtual/libintl/libintl-0.ebuild b/virtual/libintl/libintl-0.ebuild
index bc2f79d6cc8a..4b4758f740e4 100644
--- a/virtual/libintl/libintl-0.ebuild
+++ b/virtual/libintl/libintl-0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2009 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.7 2009/12/15 18:18:48 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libintl/libintl-0.ebuild,v 1.8 2009/12/23 04:13:46 solar Exp $
DESCRIPTION="Virtual for the GNU Internationalization Library"
HOMEPAGE="http://www.gentoo.org/proj/en/gentoo-alt/"
@@ -12,5 +12,5 @@ IUSE=""
DEPEND=""
# - Don't put elibc_glibc? ( sys-libs/glibc ) to avoid circular deps between
-# that and gcc
-RDEPEND="!elibc_glibc? ( sys-devel/gettext )"
+# that and gcc. And don't force uClibc to dep on this.
+RDEPEND="!elibc_glibc? ( !elibc_uclibc? ( sys-devel/gettext ) )"