diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 16:05:58 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-12-25 16:05:58 +0000 |
commit | 88f036dba1492102a8ae13b635b6cdf92a5c3e9e (patch) | |
tree | ac70b2391025984e7604a3d460e6a66c04e5c5e7 /app-mobilephone | |
parent | Use bindnow-flags function instead of -Wl,-z,now. (diff) | |
download | gentoo-2-88f036dba1492102a8ae13b635b6cdf92a5c3e9e.tar.gz gentoo-2-88f036dba1492102a8ae13b635b6cdf92a5c3e9e.tar.bz2 gentoo-2-88f036dba1492102a8ae13b635b6cdf92a5c3e9e.zip |
Actually change last version, not the one before.
(Portage version: 2.1_pre2)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 5 | ||||
-rw-r--r-- | app-mobilephone/gnokii/gnokii-0.6.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index df043d662d11..8f0711379eea 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.24 2005/12/25 14:54:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.25 2005/12/25 16:05:58 flameeyes Exp $ + + 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gnokii-0.6.10.ebuild: + Actually change last version, not the one before. 25 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> gnokii-0.6.8.ebuild: Use bindnow-flags function instead of -Wl,-z,now. diff --git a/app-mobilephone/gnokii/gnokii-0.6.10.ebuild b/app-mobilephone/gnokii/gnokii-0.6.10.ebuild index 58720a2e7dcc..65a0add72f6f 100644 --- a/app-mobilephone/gnokii/gnokii-0.6.10.ebuild +++ b/app-mobilephone/gnokii/gnokii-0.6.10.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-mobilephone/gnokii/gnokii-0.6.10.ebuild,v 1.1 2005/11/15 05:43:22 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/gnokii-0.6.10.ebuild,v 1.2 2005/12/25 16:05:58 flameeyes Exp $ inherit eutils flag-o-matic linux-info @@ -27,7 +27,7 @@ DEPEND="${RDEPEND} CONFIG_CHECK="UNIX98_PTYS" src_compile() { - append-ldflags "-Wl,-z,now" #avoid QA notices + append-ldflags $(bindnow-flags) #avoid QA notices autoconf && econf \ $(use_enable nls) \ |