diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-07-25 14:59:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-07-25 14:59:51 +0000 |
commit | a984f9eb720de4ef5eed44e90dba34702789343e (patch) | |
tree | fe1ab4e3f510e2d03d888dac0b72fa50a8eb4668 | |
parent | Taking over maintainership of this ebuild (Manifest recommit) (diff) | |
download | gentoo-2-a984f9eb720de4ef5eed44e90dba34702789343e.tar.gz gentoo-2-a984f9eb720de4ef5eed44e90dba34702789343e.tar.bz2 gentoo-2-a984f9eb720de4ef5eed44e90dba34702789343e.zip |
removing amd64 keyword temporarily because of problems with configure script.
-rw-r--r-- | app-dicts/dictd-wn/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-dicts/dictd-wn/ChangeLog b/app-dicts/dictd-wn/ChangeLog index 7a18ca29a7f7..cdf1ef927841 100644 --- a/app-dicts/dictd-wn/ChangeLog +++ b/app-dicts/dictd-wn/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-dicts/dictd-wn # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/ChangeLog,v 1.9 2004/07/24 19:52:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/ChangeLog,v 1.10 2004/07/25 14:59:51 liquidx Exp $ + + 25 Jul 2004; Alastair Tse <liquidx@gentoo.org> dictd-wn-2.0.ebuild: + removing amd64 keyword temporarily because of problems with configure script. *dictd-wn-2.0 (24 Jul 2004) diff --git a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild b/app-dicts/dictd-wn/dictd-wn-2.0.ebuild index 838144d5ecb2..25abaa436c61 100644 --- a/app-dicts/dictd-wn/dictd-wn-2.0.ebuild +++ b/app-dicts/dictd-wn/dictd-wn-2.0.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-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.1 2004/07/24 19:52:05 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-dicts/dictd-wn/dictd-wn-2.0.ebuild,v 1.2 2004/07/25 14:59:51 liquidx Exp $ MY_P=${P/td/t} DESCRIPTION="WordNet for dict" @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.dict.org/pub/dict/${MY_P}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" +KEYWORDS="~x86 ~ppc ~sparc" # ~amd64 removed due to errors DEPEND=">=app-text/dictd-1.5.5" |