diff options
author | Simon Stelling <blubb@gentoo.org> | 2004-09-24 15:54:29 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2004-09-24 15:54:29 +0000 |
commit | c51d61ef03d049aca5b1b628beb8acaa3e8ec4c2 (patch) | |
tree | bda52df3e751ddb37e2fda000888c38e9209c118 /app-accessibility | |
parent | Update to 2.8.6 and mark stable on x86 because yahoo interface changed (Manif... (diff) | |
download | gentoo-2-c51d61ef03d049aca5b1b628beb8acaa3e8ec4c2.tar.gz gentoo-2-c51d61ef03d049aca5b1b628beb8acaa3e8ec4c2.tar.bz2 gentoo-2-c51d61ef03d049aca5b1b628beb8acaa3e8ec4c2.zip |
~amd64
Diffstat (limited to 'app-accessibility')
-rw-r--r-- | app-accessibility/sphinx2/ChangeLog | 5 | ||||
-rw-r--r-- | app-accessibility/sphinx2/sphinx2-0.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-accessibility/sphinx2/ChangeLog b/app-accessibility/sphinx2/ChangeLog index 6bba8d6a1c88..35fdca6ae08c 100644 --- a/app-accessibility/sphinx2/ChangeLog +++ b/app-accessibility/sphinx2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-accessibility/sphinx2 # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.6 2004/08/29 20:35:04 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/ChangeLog,v 1.7 2004/09/24 15:54:29 blubb Exp $ + + 24 Sep 2004; <blubb@gentoo.org> sphinx2-0.4.ebuild: + added ~amd64 which wasn't done by kugelfang 29 Aug 2004; Danny van Dyk <kugelfang@gentoo.org> sphinx2-0.4.ebuild: Marked ~amd64. gnuconfig_update allows successfull ./configure on amd64. diff --git a/app-accessibility/sphinx2/sphinx2-0.4.ebuild b/app-accessibility/sphinx2/sphinx2-0.4.ebuild index a40f415600c9..2a2ab4f80b26 100644 --- a/app-accessibility/sphinx2/sphinx2-0.4.ebuild +++ b/app-accessibility/sphinx2/sphinx2-0.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.6 2004/08/29 20:35:04 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-accessibility/sphinx2/sphinx2-0.4.ebuild,v 1.7 2004/09/24 15:54:29 blubb Exp $ inherit eutils gnuconfig @@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/cmusphinx/${P}.tar.gz" LICENSE="BSD as-is" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="virtual/libc" |