diff options
author | Anders Rune Jensen <arj@gentoo.org> | 2005-01-22 23:56:24 +0000 |
---|---|---|
committer | Anders Rune Jensen <arj@gentoo.org> | 2005-01-22 23:56:24 +0000 |
commit | eb68aa331dca9f6cbfb463464a83a93886ffc9ac (patch) | |
tree | 760c3c8db2557319406ba61c56fcaaefb37bd7f6 /app-text/aspell | |
parent | Stable on alpha. (diff) | |
download | gentoo-2-eb68aa331dca9f6cbfb463464a83a93886ffc9ac.tar.gz gentoo-2-eb68aa331dca9f6cbfb463464a83a93886ffc9ac.tar.bz2 gentoo-2-eb68aa331dca9f6cbfb463464a83a93886ffc9ac.zip |
fix bug
(Portage version: 2.0.51-r14)
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.1.1.ebuild | 3 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.2.ebuild | 3 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.60.ebuild | 3 |
4 files changed, 11 insertions, 4 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index fb8f708e8863..468f32952290 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/aspell # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.69 2005/01/13 04:07:27 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.70 2005/01/22 23:56:24 arj Exp $ + + 23 Jan 2005; Anders Rune Jensen <arj@gentoo.org> aspell-0.60.2.ebuild, + aspell-0.60.1.1.ebuild, aspell-0.60.ebuild: + Fix #77109. *aspell-0.60.2 (13 Jan 2005) diff --git a/app-text/aspell/aspell-0.60.1.1.ebuild b/app-text/aspell/aspell-0.60.1.1.ebuild index 57f5829341a3..65aae0117cc1 100644 --- a/app-text/aspell/aspell-0.60.1.1.ebuild +++ b/app-text/aspell/aspell-0.60.1.1.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-text/aspell/aspell-0.60.1.1.ebuild,v 1.4 2005/01/13 03:53:37 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.1.1.ebuild,v 1.5 2005/01/22 23:56:24 arj Exp $ inherit libtool eutils flag-o-matic @@ -25,6 +25,7 @@ src_compile() { [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char use gpm && append-ldflags -lgpm filter-flags -fno-rtti + filter-flags -fvisibility=hidden #77109 elibtoolize --reverse-deps econf \ diff --git a/app-text/aspell/aspell-0.60.2.ebuild b/app-text/aspell/aspell-0.60.2.ebuild index 28b0a5e19c8d..b4978019f626 100644 --- a/app-text/aspell/aspell-0.60.2.ebuild +++ b/app-text/aspell/aspell-0.60.2.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-text/aspell/aspell-0.60.2.ebuild,v 1.1 2005/01/13 03:53:37 arj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.2.ebuild,v 1.2 2005/01/22 23:56:24 arj Exp $ inherit libtool eutils flag-o-matic @@ -25,6 +25,7 @@ src_compile() { [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char use gpm && append-ldflags -lgpm filter-flags -fno-rtti + filter-flags -fvisibility=hidden #77109 elibtoolize --reverse-deps econf \ diff --git a/app-text/aspell/aspell-0.60.ebuild b/app-text/aspell/aspell-0.60.ebuild index a640382e681b..a5c1b0f02e2b 100644 --- a/app-text/aspell/aspell-0.60.ebuild +++ b/app-text/aspell/aspell-0.60.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-text/aspell/aspell-0.60.ebuild,v 1.4 2005/01/01 16:03:13 eradicator Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.60.ebuild,v 1.5 2005/01/22 23:56:24 arj Exp $ inherit libtool eutils flag-o-matic @@ -25,6 +25,7 @@ src_compile() { [ "${ARCH}" == "ppc" ] && append-flags -O2 -fsigned-char use gpm && append-ldflags -lgpm filter-flags -fno-rtti + filter-flags -fvisibility=hidden #77109 elibtoolize --reverse-deps econf \ |