diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-09-21 19:36:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-09-21 19:36:25 +0000 |
commit | 1045e92c80c3f9b92cfdb0370a4a724d39c5161d (patch) | |
tree | 53b8921933f2e9cc8944144861ad76b8d0882949 /sys-libs/zlib/metadata.xml | |
parent | Add back because redmine depends on this specific version. Sigh. Thanks to Mr... (diff) | |
download | gentoo-2-1045e92c80c3f9b92cfdb0370a4a724d39c5161d.tar.gz gentoo-2-1045e92c80c3f9b92cfdb0370a4a724d39c5161d.tar.bz2 gentoo-2-1045e92c80c3f9b92cfdb0370a4a724d39c5161d.zip |
Add USE=static-libs support, and USE=minizip to control building of the minizip code as a library for other apps to link against (like vlc) #383351.
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'sys-libs/zlib/metadata.xml')
-rw-r--r-- | sys-libs/zlib/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys-libs/zlib/metadata.xml b/sys-libs/zlib/metadata.xml index 96a2d586367d..cfdad4c916fd 100644 --- a/sys-libs/zlib/metadata.xml +++ b/sys-libs/zlib/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>base-system</herd> +<use> + <flag name='minizip'>include the minizip library for quick and dirty zip extraction</flag> +</use> </pkgmetadata> |