diff options
author | Brad House <brad_mssw@gentoo.org> | 2004-02-21 22:54:05 +0000 |
---|---|---|
committer | Brad House <brad_mssw@gentoo.org> | 2004-02-21 22:54:05 +0000 |
commit | 1d8ca9ac8eb6e0d173beb5427f1a09f2a6f64915 (patch) | |
tree | e66844b4dc73d300a8521425eb760518f21817a4 | |
parent | amd64 keyword (Manifest recommit) (diff) | |
download | gentoo-2-1d8ca9ac8eb6e0d173beb5427f1a09f2a6f64915.tar.gz gentoo-2-1d8ca9ac8eb6e0d173beb5427f1a09f2a6f64915.tar.bz2 gentoo-2-1d8ca9ac8eb6e0d173beb5427f1a09f2a6f64915.zip |
amd64 keyword
-rw-r--r-- | app-editors/xemacs/xemacs-21.4.12.ebuild | 6 | ||||
-rw-r--r-- | x11-libs/dnd/dnd-1.1.ebuild | 4 | ||||
-rw-r--r-- | x11-libs/neXtaw/neXtaw-0.12.ebuild | 4 |
3 files changed, 7 insertions, 7 deletions
diff --git a/app-editors/xemacs/xemacs-21.4.12.ebuild b/app-editors/xemacs/xemacs-21.4.12.ebuild index 38999affeaad..d56a7cdd29ea 100644 --- a/app-editors/xemacs/xemacs-21.4.12.ebuild +++ b/app-editors/xemacs/xemacs-21.4.12.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-editors/xemacs/xemacs-21.4.12.ebuild,v 1.12 2004/01/26 13:45:26 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xemacs/xemacs-21.4.12.ebuild,v 1.13 2004/02/21 22:54:05 brad_mssw Exp $ inherit eutils @@ -46,7 +46,7 @@ RDEPEND="virtual/glibc jpeg? ( media-libs/jpeg ) canna? ( app-i18n/canna ) - freewnn? ( app-i18n/freewnn )" + !amd64? ( freewnn? ( app-i18n/freewnn ) )" DEPEND="${RDEPEND} >=sys-libs/ncurses-5.2" @@ -59,7 +59,7 @@ PROVIDE="virtual/xemacs virtual/editor" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc alpha sparc" +KEYWORDS="amd64 x86 ~ppc alpha sparc" src_unpack() { unpack ${P}.tar.gz diff --git a/x11-libs/dnd/dnd-1.1.ebuild b/x11-libs/dnd/dnd-1.1.ebuild index ff1460256503..1695ad263626 100644 --- a/x11-libs/dnd/dnd-1.1.ebuild +++ b/x11-libs/dnd/dnd-1.1.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/x11-libs/dnd/dnd-1.1.ebuild,v 1.12 2004/02/16 22:25:54 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.13 2004/02/21 22:49:48 brad_mssw Exp $ S=${WORKDIR}/DND/DNDlib DESCRIPTION="OffiX' Drag'n'drop library" @@ -9,7 +9,7 @@ SRC_URI="http://leb.net/OffiX/dnd.1.1.tgz" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc alpha ia64" +KEYWORDS="x86 sparc alpha ia64 amd64" DEPEND="virtual/x11" diff --git a/x11-libs/neXtaw/neXtaw-0.12.ebuild b/x11-libs/neXtaw/neXtaw-0.12.ebuild index 2e67ccbb9b60..72452db15c97 100644 --- a/x11-libs/neXtaw/neXtaw-0.12.ebuild +++ b/x11-libs/neXtaw/neXtaw-0.12.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/neXtaw/neXtaw-0.12.ebuild,v 1.5 2004/02/16 22:23:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/neXtaw/neXtaw-0.12.ebuild,v 1.6 2004/02/21 22:49:12 brad_mssw Exp $ DESCRIPTION="Athena Widgets with N*XTSTEP appearance" HOMEPAGE="http://siag.nu/neXtaw/" SRC_URI="http://siag.nu/pub/neXtaw/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="x86 sparc alpha ia64" +KEYWORDS="x86 sparc alpha ia64 amd64" RDEPEND="x11-base/xfree" DEPEND="${RDEPEND}" |