diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 19:56:44 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-04-13 19:56:44 +0000 |
commit | 0104e4ed68dd14c1438e843dc9b2837af7f00208 (patch) | |
tree | 44a412e0a29414141e08e89626383ee7f90a62e3 /virtual/libiconv/metadata.xml | |
parent | Moved games_pkg_setup to the beginning of pkg_setup. (diff) | |
download | gentoo-2-0104e4ed68dd14c1438e843dc9b2837af7f00208.tar.gz gentoo-2-0104e4ed68dd14c1438e843dc9b2837af7f00208.tar.bz2 gentoo-2-0104e4ed68dd14c1438e843dc9b2837af7f00208.zip |
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)
Diffstat (limited to 'virtual/libiconv/metadata.xml')
-rw-r--r-- | virtual/libiconv/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/virtual/libiconv/metadata.xml b/virtual/libiconv/metadata.xml new file mode 100644 index 000000000000..ecedda4aa2cc --- /dev/null +++ b/virtual/libiconv/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>bsd</herd> +</pkgmetadata> |