diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2004-06-09 20:41:59 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2004-06-09 20:41:59 +0000 |
commit | 79b15a5475e4a6b9d3f8a697087825d4432beb94 (patch) | |
tree | b580a01bdb20ac76f939479b52ffa3322c68730a | |
parent | Apply a patch to fix the buffer overflow reported in: http://www.securityfocu... (diff) | |
download | historical-79b15a5475e4a6b9d3f8a697087825d4432beb94.tar.gz historical-79b15a5475e4a6b9d3f8a697087825d4432beb94.tar.bz2 historical-79b15a5475e4a6b9d3f8a697087825d4432beb94.zip |
reset other arches to testing
-rw-r--r-- | app-text/aspell/Manifest | 2 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.5-r1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/app-text/aspell/Manifest b/app-text/aspell/Manifest index 490465fa8840..5e6084c5c29d 100644 --- a/app-text/aspell/Manifest +++ b/app-text/aspell/Manifest @@ -1,6 +1,6 @@ MD5 e2f9302a80a1c9d33d7b5f069b544caa aspell-0.50.3.ebuild 1547 MD5 7da455f49e6d65bf05bfffa917156f90 aspell-0.50.5.ebuild 1601 -MD5 e2047f145ddf3ccf658fea8707147008 aspell-0.50.5-r1.ebuild 1697 +MD5 959685d8c9c187b67ba45fe555d841ac aspell-0.50.5-r1.ebuild 1702 MD5 18093407abb990118dc90124dcbe3201 aspell-0.50.4.1.ebuild 1523 MD5 31ada9f93b0598b5938a8f9b41a63105 ChangeLog 7351 MD5 eb03775ece62e57725480e782cd84ee8 metadata.xml 162 diff --git a/app-text/aspell/aspell-0.50.5-r1.ebuild b/app-text/aspell/aspell-0.50.5-r1.ebuild index 45de411c700f..30689c6de4b3 100644 --- a/app-text/aspell/aspell-0.50.5-r1.ebuild +++ b/app-text/aspell/aspell-0.50.5-r1.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-r1.ebuild,v 1.1 2004/06/09 20:40:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.5-r1.ebuild,v 1.2 2004/06/09 20:41:59 seemant Exp $ inherit libtool eutils @@ -10,7 +10,7 @@ SRC_URI="http://aspell.net/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ~ppc sparc ~mips alpha arm hppa amd64 ~ia64 s390" +KEYWORDS="x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ia64 s390" IUSE="gpm" DEPEND=">=sys-libs/ncurses-5.2 |