summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:01:39 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2005-12-25 15:01:39 +0000
commit0a65f4431e50e367993d1312c784bb5417e4dd91 (patch)
treec142c15e6f36652c90039f294294858783ab95e9 /media-sound
parentUse bindnow-flags function instead of -Wl,-z,now. (diff)
downloadhistorical-0a65f4431e50e367993d1312c784bb5417e4dd91.tar.gz
historical-0a65f4431e50e367993d1312c784bb5417e4dd91.tar.bz2
historical-0a65f4431e50e367993d1312c784bb5417e4dd91.zip
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/beast/ChangeLog5
-rw-r--r--media-sound/beast/Manifest14
-rw-r--r--media-sound/beast/beast-0.6.6.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/media-sound/beast/ChangeLog b/media-sound/beast/ChangeLog
index 5d8b786b7fba..b252120387c4 100644
--- a/media-sound/beast/ChangeLog
+++ b/media-sound/beast/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/beast
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.20 2005/10/07 16:42:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/ChangeLog,v 1.21 2005/12/25 15:01:39 flameeyes Exp $
+
+ 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> beast-0.6.6.ebuild:
+ Use bindnow-flags function instead of -Wl,-z,now.
07 Oct 2005; Diego Pettenò <flameeyes@gentoo.org> beast-0.6.4.ebuild,
beast-0.6.5.ebuild, beast-0.6.6.ebuild:
diff --git a/media-sound/beast/Manifest b/media-sound/beast/Manifest
index b81bf32b1291..ae8eebcc839c 100644
--- a/media-sound/beast/Manifest
+++ b/media-sound/beast/Manifest
@@ -1,8 +1,18 @@
-MD5 3a3117eefee7635c632472526f29388d ChangeLog 3093
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 d35fc99a8dcb34a9cea80f19b19fca03 ChangeLog 3219
MD5 23005388ada2c5bb5b685cfc9f96aa23 beast-0.6.4.ebuild 1076
MD5 e76478bb21c068b2aa3878832c7ad79c beast-0.6.5.ebuild 1084
-MD5 2da0bf34b348acd11db0cea0d47e033a beast-0.6.6.ebuild 1165
+MD5 c0035df89b89b671a4daa0a19ba87932 beast-0.6.6.ebuild 1171
MD5 0b77b5cbace4f1933b8a5f3fa5375b6f files/digest-beast-0.6.4 64
MD5 4b4e3a3330b9a7ee302a339373a41a22 files/digest-beast-0.6.5 64
MD5 e623a662c32981677d9ab1570ebe5c76 files/digest-beast-0.6.6 64
MD5 b263ff7675308d90b75a170acae3f5ff metadata.xml 177
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.4.2 (GNU/Linux)
+
+iD8DBQFDrrRfAiZjviIA2XgRApJPAKCX2AsCOtDtsTXVKo9qtwysdGBN9gCfacB4
++3DYfQW+FOWHUoNnXUfV9Ew=
+=17pJ
+-----END PGP SIGNATURE-----
diff --git a/media-sound/beast/beast-0.6.6.ebuild b/media-sound/beast/beast-0.6.6.ebuild
index bf9e6c48d545..9a3ce7c38bba 100644
--- a/media-sound/beast/beast-0.6.6.ebuild
+++ b/media-sound/beast/beast-0.6.6.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.6.ebuild,v 1.2 2005/10/07 16:42:48 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/beast/beast-0.6.6.ebuild,v 1.3 2005/12/25 15:01:39 flameeyes Exp $
inherit eutils flag-o-matic
@@ -31,7 +31,7 @@ DEPEND="dev-util/pkgconfig
src_compile() {
# avoid suid related security issues.
- append-ldflags -Wl,-z,now
+ append-ldflags $(bindnow-flags)
econf ${myconf} \
$(use_enable debug) \