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 | ab2625dc00cfa43787f96ebb811a19bbeaddf052 (patch) | |
tree | cefa9de386a978d2898116c6764d501268e69f4c /app-dicts | |
parent | Taking over maintainership of this ebuild (diff) | |
download | historical-ab2625dc00cfa43787f96ebb811a19bbeaddf052.tar.gz historical-ab2625dc00cfa43787f96ebb811a19bbeaddf052.tar.bz2 historical-ab2625dc00cfa43787f96ebb811a19bbeaddf052.zip |
removing amd64 keyword temporarily because of problems with configure script.
Diffstat (limited to 'app-dicts')
-rw-r--r-- | app-dicts/dictd-wn/ChangeLog | 5 | ||||
-rw-r--r-- | app-dicts/dictd-wn/Manifest | 4 | ||||
-rw-r--r-- | app-dicts/dictd-wn/dictd-wn-2.0.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/app-dicts/dictd-wn/Manifest index b58a1b878771..1c243760cfb5 100644 --- a/app-dicts/dictd-wn/Manifest +++ b/app-dicts/dictd-wn/Manifest @@ -1,6 +1,6 @@ -MD5 8499059f11678aa91fcf0cc50e8cefd6 dictd-wn-2.0.ebuild 750 +MD5 6d8eaea66b3795dba4b345c3063df6a5 dictd-wn-2.0.ebuild 775 MD5 a351b211fb7f90103af631357ae7da54 dictd-wn-1.5-r1.ebuild 554 -MD5 9533ae2fcaacb6257f88409400eda0ad ChangeLog 1334 +MD5 b26cfc0d23804607543a038bfa2a3e45 ChangeLog 1486 MD5 1652522405f5936eb29776ef8d5ffa5b metadata.xml 310 MD5 21660b33b58fd699adfef2ea39bde92e files/digest-dictd-wn-1.5-r1 68 MD5 7d53471837d26c8c65851e84ba6346e7 files/digest-dictd-wn-2.0 64 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" |