summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2008-01-25 19:40:48 +0000
committerFabian Groffen <grobian@gentoo.org>2008-01-25 19:40:48 +0000
commitac52ee6266d3649302126f61bdf96984c40a4a8e (patch)
treefa823915dc230a19f90e03933991dddd4e47c64c
parentDropped ppc-macos keyword, see you in prefix (diff)
downloadgentoo-2-ac52ee6266d3649302126f61bdf96984c40a4a8e.tar.gz
gentoo-2-ac52ee6266d3649302126f61bdf96984c40a4a8e.tar.bz2
gentoo-2-ac52ee6266d3649302126f61bdf96984c40a4a8e.zip
Dropped ppc-macos keyword, see you in prefix
(Portage version: 2.1.3.19)
-rw-r--r--virtual/libiconv/ChangeLog7
-rw-r--r--virtual/libiconv/libiconv-0.ebuild9
2 files changed, 9 insertions, 7 deletions
diff --git a/virtual/libiconv/ChangeLog b/virtual/libiconv/ChangeLog
index 054450891403..18d26ef9499d 100644
--- a/virtual/libiconv/ChangeLog
+++ b/virtual/libiconv/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for virtual/libiconv
-# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.2 2006/10/17 09:18:10 uberlord Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.3 2008/01/25 19:40:48 grobian Exp $
+
+ 25 Jan 2008; Fabian Groffen <grobian@gentoo.org> libiconv-0.ebuild:
+ Dropped ppc-macos keyword, see you in prefix
17 Oct 2006; Roy Marples <uberlord@gentoo.org> libiconv-0.ebuild:
Added ~sparc-fbsd keyword.
diff --git a/virtual/libiconv/libiconv-0.ebuild b/virtual/libiconv/libiconv-0.ebuild
index 715772e02261..d54934c446dd 100644
--- a/virtual/libiconv/libiconv-0.ebuild
+++ b/virtual/libiconv/libiconv-0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0.ebuild,v 1.3 2007/07/11 05:04:22 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/libiconv-0.ebuild,v 1.4 2008/01/25 19:40:48 grobian Exp $
DESCRIPTION="Virtual for the GNU conversion 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 ~sparc-fbsd x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
IUSE=""
DEPEND=""
@@ -16,8 +16,7 @@ DEPEND=""
# 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? ( dev-libs/libiconv )
- elibc_FreeBSD? ( dev-libs/libiconv )
+RDEPEND="elibc_FreeBSD? ( dev-libs/libiconv )
elibc_NetBSD? ( dev-libs/libiconv )
elibc_OpenBSD? ( dev-libs/libiconv )
elibc_DragonFly? ( dev-libs/libiconv )"