diff options
author | Brad House <brad_mssw@gentoo.org> | 2003-11-01 22:52:24 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2003-11-01 22:52:24 +0000 |
commit | c0c3bb56ef09fdb88e418fb4a64cac3ba88d3092 (patch) | |
tree | 089993d1665a227d8fadf45cd2fc26f023c8a83e /app-text/aspell | |
parent | Add patches from Redhat to fix my gcc3 patch, and add native gzip support. (diff) | |
download | gentoo-2-c0c3bb56ef09fdb88e418fb4a64cac3ba88d3092.tar.gz gentoo-2-c0c3bb56ef09fdb88e418fb4a64cac3ba88d3092.tar.bz2 gentoo-2-c0c3bb56ef09fdb88e418fb4a64cac3ba88d3092.zip |
remove ~amd64 from 0.50.4.1
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.4.1.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index b1fed13c55fd..294277185604 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-text/aspell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.26 2003/10/28 22:28:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.27 2003/11/01 22:52:24 brad_mssw Exp $ + + 01 Nov 2003; Brad House <brad_mssw@gentoo.org> aspell-0.50.4.1.ebuild: + aspell-0.50.4.1 is no good for amd64, duplicate + symbol errors, on stuff like _init, which is because they try to link in + different versions of crt* etc *aspell-0.50.4.1 (28 Oct 2003) diff --git a/app-text/aspell/aspell-0.50.4.1.ebuild b/app-text/aspell/aspell-0.50.4.1.ebuild index 6333731b9daa..dbad6d0441aa 100644 --- a/app-text/aspell/aspell-0.50.4.1.ebuild +++ b/app-text/aspell/aspell-0.50.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.4.1.ebuild,v 1.1 2003/10/28 22:28:20 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.4.1.ebuild,v 1.2 2003/11/01 22:52:24 brad_mssw Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm ~amd64 ~ia64" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm -amd64 ~ia64" DEPEND=">=sys-libs/ncurses-5.2" |