diff options
author | Ryan Hill <rhill@gentoo.org> | 2007-02-24 19:14:50 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2007-02-24 19:14:50 +0000 |
commit | 91e4588f4e97f7eb3bf2d5a8a2d9430c7f8b1ac7 (patch) | |
tree | 9aaa6397b2de3439d8fa71a49aa07866d1f21a53 /media-libs/libsoundtouch/metadata.xml | |
parent | x86 stable wrt bug 168182 (diff) | |
download | historical-91e4588f4e97f7eb3bf2d5a8a2d9430c7f8b1ac7.tar.gz historical-91e4588f4e97f7eb3bf2d5a8a2d9430c7f8b1ac7.tar.bz2 historical-91e4588f4e97f7eb3bf2d5a8a2d9430c7f8b1ac7.zip |
- enable building shared libraries and get rid of broken static USE flag
Bug #165774 by Jakub
- stop forcing --with-pic
- fixed a couple places where CXXFLAGS="-O3 -msse" were still being forced
- keep linker from prestripping soundstretch binary
- fix building on x86 subarchs that don't have SSE instructions
Bug #148695 by Salah Coronya and Sok Ann Yap
- removed unnecessary dependencies
- danced the night away
Package-Manager: portage-2.1.2-r11
Diffstat (limited to 'media-libs/libsoundtouch/metadata.xml')
-rw-r--r-- | media-libs/libsoundtouch/metadata.xml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/media-libs/libsoundtouch/metadata.xml b/media-libs/libsoundtouch/metadata.xml index d8913263a79e..ae573a60407f 100644 --- a/media-libs/libsoundtouch/metadata.xml +++ b/media-libs/libsoundtouch/metadata.xml @@ -1,8 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sound</herd> -<maintainer> -<email>sound@gentoo.org</email> -</maintainer> + <herd>sound</herd> </pkgmetadata> |