diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:41:06 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 15:41:06 +0000 |
commit | 593b8b05f5b09037d47921cdb22f9d5755423948 (patch) | |
tree | 794b2fdae4c652cee66b26f5fa2cc8d9ad255734 /x11-misc/xlockmore | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | historical-593b8b05f5b09037d47921cdb22f9d5755423948.tar.gz historical-593b8b05f5b09037d47921cdb22f9d5755423948.tar.bz2 historical-593b8b05f5b09037d47921cdb22f9d5755423948.zip |
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'x11-misc/xlockmore')
-rw-r--r-- | x11-misc/xlockmore/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xlockmore/Manifest | 22 | ||||
-rw-r--r-- | x11-misc/xlockmore/xlockmore-5.19.ebuild | 4 |
3 files changed, 22 insertions, 9 deletions
diff --git a/x11-misc/xlockmore/ChangeLog b/x11-misc/xlockmore/ChangeLog index 5042a70b4aea..61b6fba1ce9e 100644 --- a/x11-misc/xlockmore/ChangeLog +++ b/x11-misc/xlockmore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xlockmore # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.34 2005/08/13 23:27:07 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.35 2005/12/25 15:41:06 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> xlockmore-5.19.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. 13 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> xlockmore-5.17-r1.ebuild: diff --git a/x11-misc/xlockmore/Manifest b/x11-misc/xlockmore/Manifest index 3f85409ce012..a366dfb405aa 100644 --- a/x11-misc/xlockmore/Manifest +++ b/x11-misc/xlockmore/Manifest @@ -1,9 +1,19 @@ -MD5 38486e843cd2ea804407188f259256b0 xlockmore-5.12.ebuild 1948 -MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 -MD5 9a8acd7a0411032afdeb2887d2f564ec ChangeLog 7399 -MD5 3e1e5207af65062e45daac01d2b8a2dc xlockmore-5.17-r1.ebuild 1692 -MD5 e0a8b64a603d0569c6e1ddc06d554dcd xlockmore-5.19.ebuild 1690 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 c70db3182ac221b4b8d50fb7ec48ee59 ChangeLog 7531 MD5 65f2645fbf61038ec856ee0a3897c587 files/XLock.ad.patch 773 +MD5 be40cedb5d46e442958e0a182a87380c files/digest-xlockmore-5.12 68 MD5 9f4d2fc6b5d4094cf494e606b957e8a4 files/digest-xlockmore-5.17-r1 68 MD5 1a8e977b105234e070f4eebb6233f675 files/digest-xlockmore-5.19 68 -MD5 be40cedb5d46e442958e0a182a87380c files/digest-xlockmore-5.12 68 +MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 +MD5 38486e843cd2ea804407188f259256b0 xlockmore-5.12.ebuild 1948 +MD5 3e1e5207af65062e45daac01d2b8a2dc xlockmore-5.17-r1.ebuild 1692 +MD5 4f56666a144c8aca1683503d069f4d4f xlockmore-5.19.ebuild 1697 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDrr2eAiZjviIA2XgRAvoLAJ44fHcDFbkajaqM09+cNr/eM8mW2QCfV64D +5eyX1/fbWLXywWvRz+PCqPU= +=SQQz +-----END PGP SIGNATURE----- diff --git a/x11-misc/xlockmore/xlockmore-5.19.ebuild b/x11-misc/xlockmore/xlockmore-5.19.ebuild index 5f95a27ca7bf..f022ed69c7b1 100644 --- a/x11-misc/xlockmore/xlockmore-5.19.ebuild +++ b/x11-misc/xlockmore/xlockmore-5.19.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/x11-misc/xlockmore/xlockmore-5.19.ebuild,v 1.1 2005/08/11 02:41:07 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.19.ebuild,v 1.2 2005/12/25 15:41:06 flameeyes Exp $ inherit gnuconfig eutils pam flag-o-matic @@ -44,7 +44,7 @@ src_compile() { || die "econf failed" # fixes suid-with-lazy-bindings problem - append-flags '-Wl,-z,now' + append-flags $(bindnow-flags) emake || die "Make failed" |