From 0104e4ed68dd14c1438e843dc9b2837af7f00208 Mon Sep 17 00:00:00 2001 From: Diego Elio Pettenò Date: Thu, 13 Apr 2006 19:56:44 +0000 Subject: Add virtual/libiconv to add runtime dependency when packages needs a GNU implementation of iconv() function. It's a no-op for GLIBC and uClibc systems, and points to libiconv for the others. (Portage version: 2.1_pre7-r5) --- virtual/libiconv/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 virtual/libiconv/ChangeLog (limited to 'virtual/libiconv/ChangeLog') diff --git a/virtual/libiconv/ChangeLog b/virtual/libiconv/ChangeLog new file mode 100644 index 000000000000..b7508d84451f --- /dev/null +++ b/virtual/libiconv/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for virtual/libiconv +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/libiconv/ChangeLog,v 1.1 2006/04/13 19:56:44 flameeyes Exp $ + +*libiconv-0 (13 Apr 2006) + + 13 Apr 2006; Diego Pettenò +metadata.xml, + +libiconv-0.ebuild: + Add virtual/libiconv to add runtime dependency when packages needs a GNU + implementation of iconv() function. It's a no-op for GLIBC and uClibc + systems, and points to libiconv for the others. + -- cgit v1.2.3-65-gdbad