diff options
author | Jon Portnoy <avenj@gentoo.org> | 2004-04-02 18:58:53 +0000 |
---|---|---|
committer | Jon Portnoy <avenj@gentoo.org> | 2004-04-02 18:58:53 +0000 |
commit | fc05ef89933f1813600f74de204d3d2ed1f7f03a (patch) | |
tree | f35917712635e5c1d8db5594932078f73336bf62 /app-text | |
parent | Added apache2 version of mod_auth_pgsql (diff) | |
download | historical-fc05ef89933f1813600f74de204d3d2ed1f7f03a.tar.gz historical-fc05ef89933f1813600f74de204d3d2ed1f7f03a.tar.bz2 historical-fc05ef89933f1813600f74de204d3d2ed1f7f03a.zip |
AMD64 keywords
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/aspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/aspell/Manifest | 4 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.5.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index f6d76fb66325..ee5326f41fb4 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/aspell # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.31 2004/04/01 19:13:13 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.32 2004/04/02 18:58:52 avenj Exp $ + + 02 Apr 2004; Jon Portnoy <avenj@gentoo.org> aspell-0.50.5.ebuild : + AMD64 keywords. 01 Apr 2004; <randy@gentoo.org> aspell-0.50.5.ebuild: adding s390 to keywords diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 315368a53cad..95e1b6be0395 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,7 +1,7 @@ -MD5 4a4a5a26a909431a4a1c519c08031d5a ChangeLog 6113 +MD5 1d88b64c27272ec92eb8bfdce9ba4a98 ChangeLog 6201 MD5 e04e4e87f5d0511c429244ea515c24f7 aspell-0.50.3.ebuild 1481 MD5 4c7f300a1010d5beb313655b806adf74 aspell-0.50.4.1.ebuild 1432 -MD5 3db8403df9e8fd723714de5968efacd2 aspell-0.50.5.ebuild 1542 +MD5 6031047344384c2e89c30ddf02949e49 aspell-0.50.5.ebuild 1542 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 MD5 4fa550930c5e5fb38177ac9f77619891 files/01-gcc3.3-assert.patch 309 MD5 f956a4b48687a0823d0d5d7608b567e9 files/02-gcc3.3-constcast.patch 453 diff --git a/app-text/aspell/aspell-0.50.5.ebuild b/app-text/aspell/aspell-0.50.5.ebuild index 60d123f5b13f..63cdc2ebe60f 100644 --- a/app-text/aspell/aspell-0.50.5.ebuild +++ b/app-text/aspell/aspell-0.50.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 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.5.ebuild,v 1.4 2004/04/01 19:13:13 randy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5.ebuild,v 1.5 2004/04/02 18:58:53 avenj Exp $ inherit libtool @@ -10,7 +10,7 @@ SRC_URI="http://aspell.net/${P}.tar.gz" SLOT="0" LICENSE="LGPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa -amd64 ~ia64 s390" +KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~hppa ~amd64 ~ia64 s390" DEPEND=">=sys-libs/ncurses-5.2" |