diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-04 07:23:46 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-01-04 07:23:46 +0000 |
commit | 17a3b0e6256a9dc6bbf8cfed096e1de850878e6f (patch) | |
tree | 0f48b2b435121cd6d2157147124db8964ac09334 /media-sound | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-17a3b0e6256a9dc6bbf8cfed096e1de850878e6f.tar.gz historical-17a3b0e6256a9dc6bbf8cfed096e1de850878e6f.tar.bz2 historical-17a3b0e6256a9dc6bbf8cfed096e1de850878e6f.zip |
Filter out --as-needed flags.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/mt-daapd/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/mt-daapd/Manifest | 10 | ||||
-rw-r--r-- | media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild | 7 |
3 files changed, 16 insertions, 9 deletions
diff --git a/media-sound/mt-daapd/ChangeLog b/media-sound/mt-daapd/ChangeLog index 65428545b0cb..6fb9e1c402d4 100644 --- a/media-sound/mt-daapd/ChangeLog +++ b/media-sound/mt-daapd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-sound/mt-daapd -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.9 2005/12/01 20:43:55 flameeyes Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/ChangeLog,v 1.10 2006/01/04 07:23:46 flameeyes Exp $ + + 04 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> + mt-daapd-0.2.3-r2.ebuild: + Filter out --as-needed flags. *mt-daapd-0.2.3-r2 (01 Dec 2005) diff --git a/media-sound/mt-daapd/Manifest b/media-sound/mt-daapd/Manifest index fb0670fe2991..6c8c616a109d 100644 --- a/media-sound/mt-daapd/Manifest +++ b/media-sound/mt-daapd/Manifest @@ -1,7 +1,7 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 1d84e62c6e242c417700c626edcfaeb5 ChangeLog 2010 +MD5 750d5497237967eeaa73332e5dea74b1 ChangeLog 2125 MD5 804311ec22b1fba76a61411d0c752a15 files/digest-mt-daapd-0.2.1.1 68 MD5 a83c2c2bb548a45b8b1294e009aff64d files/digest-mt-daapd-0.2.3 66 MD5 a83c2c2bb548a45b8b1294e009aff64d files/digest-mt-daapd-0.2.3-r1 66 @@ -13,12 +13,12 @@ MD5 674db97976bcc4e34df95a17ffe8750c files/mt-daapd.init.2 1200 MD5 a1eaeb2ae801daeb712c90c060e922dc metadata.xml 158 MD5 880127a188cf908b0ad84221e48eeebf mt-daapd-0.2.1.1.ebuild 1936 MD5 a378c8396d1caf87b44e661053519830 mt-daapd-0.2.3-r1.ebuild 2509 -MD5 207257ce8015dfb7b5a400ae53982355 mt-daapd-0.2.3-r2.ebuild 3400 +MD5 b0bed5ab69a2c70fdc1842a46941c0aa mt-daapd-0.2.3-r2.ebuild 3477 MD5 14f69e3681187656efa996600cdf20d9 mt-daapd-0.2.3.ebuild 1959 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) -iD8DBQFDj2ClAiZjviIA2XgRAiTUAJ9tLj6Prt4iqDsaPbRFG1OK2ia/oACcCQFR -3TIf6/6ZpuPnVFaB3k6ygzc= -=zp+p +iD8DBQFDu3gZAiZjviIA2XgRAkXvAKCxuEdPnhmUMX7bmGO+P+ozyxvB0QCgt/rQ +izbRxHvn2hzH/7e3YKH3iC0= +=d9Xh -----END PGP SIGNATURE----- diff --git a/media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild b/media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild index 893e315fd347..3632e3662912 100644 --- a/media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild +++ b/media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild,v 1.1 2005/12/01 20:43:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/mt-daapd/mt-daapd-0.2.3-r2.ebuild,v 1.2 2006/01/04 07:23:46 flameeyes Exp $ inherit flag-o-matic eutils @@ -31,6 +31,9 @@ pkg_setup() { eerror "Please recompile net-dns/avahi with +howl-compat." die "Missing howl-compat support in avahi." fi + + # Does not play fine with this + filter-ldflags --as-needed -Wl,--as-needed } src_unpack() { |