diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 14:45:19 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 14:45:19 +0000 |
commit | e2566567fda71f62c8e8a2a3c770d818e6e8ebc9 (patch) | |
tree | 358b600ad91523630dd6919c4011cd4b1dceff5b /app-emulation/pearpc | |
parent | Use bindnow-flags function instead of -Wl,-z,now. Drop ppc-macos special case. (diff) | |
download | historical-e2566567fda71f62c8e8a2a3c770d818e6e8ebc9.tar.gz historical-e2566567fda71f62c8e8a2a3c770d818e6e8ebc9.tar.bz2 historical-e2566567fda71f62c8e8a2a3c770d818e6e8ebc9.zip |
Use bindnow-flags function instead of -Wl,-z,now.
Package-Manager: portage-2.1_pre2
Diffstat (limited to 'app-emulation/pearpc')
-rw-r--r-- | app-emulation/pearpc/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/pearpc/Manifest | 14 | ||||
-rw-r--r-- | app-emulation/pearpc/pearpc-0.4.ebuild | 4 |
3 files changed, 18 insertions, 5 deletions
diff --git a/app-emulation/pearpc/ChangeLog b/app-emulation/pearpc/ChangeLog index 404e8d1070cb..7ab9bddf7b73 100644 --- a/app-emulation/pearpc/ChangeLog +++ b/app-emulation/pearpc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/pearpc # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/ChangeLog,v 1.9 2005/12/22 21:27:03 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/ChangeLog,v 1.10 2005/12/25 14:45:19 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pearpc-0.4.ebuild: + Use bindnow-flags function instead of -Wl,-z,now. *pearpc-0.4 (22 Dec 2005) diff --git a/app-emulation/pearpc/Manifest b/app-emulation/pearpc/Manifest index ba61629d2874..a51b39bc13a7 100644 --- a/app-emulation/pearpc/Manifest +++ b/app-emulation/pearpc/Manifest @@ -1,6 +1,16 @@ -MD5 f33899da3a80c997b5d2177fcb03835c ChangeLog 1234 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 b0215b3bd46ebb4263b1a8c2d93a0eb7 ChangeLog 1359 MD5 283c8159917af1fd5adb16a8f6f8a84e files/digest-pearpc-0.3.1 120 MD5 bf98a3f122c0ff10b3edc55851bbf7e5 files/digest-pearpc-0.4 118 MD5 dffd46174e78b327c834fc3e4b1cf848 metadata.xml 160 MD5 af5c878b290f2039b97b2f126bbbf3f2 pearpc-0.3.1.ebuild 2673 -MD5 b996795e554a7bb65ffff5961e18501d pearpc-0.4.ebuild 2676 +MD5 372163419551f7ed8b198fadfc22a047 pearpc-0.4.ebuild 2681 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDrrCMAiZjviIA2XgRApK8AJoCvEbauzHH2lqyYW2muJ9WDdaPxACcDIlG +QDXON3oWCCrWATiusSnxISU= +=V/O2 +-----END PGP SIGNATURE----- diff --git a/app-emulation/pearpc/pearpc-0.4.ebuild b/app-emulation/pearpc/pearpc-0.4.ebuild index c9b1910a94d8..ffb6cea886ad 100644 --- a/app-emulation/pearpc/pearpc-0.4.ebuild +++ b/app-emulation/pearpc/pearpc-0.4.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/app-emulation/pearpc/pearpc-0.4.ebuild,v 1.1 2005/12/22 21:27:03 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pearpc/pearpc-0.4.ebuild,v 1.2 2005/12/25 14:45:19 flameeyes Exp $ inherit flag-o-matic @@ -32,7 +32,7 @@ DEFAULT_TO_X11=0 pkg_setup() { - append-ldflags -Wl,-z,now + append-ldflags $(bindnow-flags) # if (use qt && use sdl) || (use qt && use gtk) || (use gtk && sdl) || (use gtk && use qt && use sdl); then # ewarn |