summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny van Dyk <kugelfang@gentoo.org>2004-07-31 07:17:24 +0000
committerDanny van Dyk <kugelfang@gentoo.org>2004-07-31 07:17:24 +0000
commit0200c420c1cdfc3b8c1cdb8223c726e315ae6efd (patch)
tree206740d25f0bba090667e7e4d313f3cf7ad2d240
parentversionbump (Manifest recommit) (diff)
downloadgentoo-2-0200c420c1cdfc3b8c1cdb8223c726e315ae6efd.tar.gz
gentoo-2-0200c420c1cdfc3b8c1cdb8223c726e315ae6efd.tar.bz2
gentoo-2-0200c420c1cdfc3b8c1cdb8223c726e315ae6efd.zip
~amd64
-rw-r--r--dev-util/tmake/ChangeLog5
-rw-r--r--dev-util/tmake/tmake-1.8-r1.ebuild4
-rw-r--r--dev-util/xxdiff/ChangeLog5
-rw-r--r--dev-util/xxdiff/xxdiff-3.0.2.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-util/tmake/ChangeLog b/dev-util/tmake/ChangeLog
index 7f7b45b79d5d..4a553fbb5135 100644
--- a/dev-util/tmake/ChangeLog
+++ b/dev-util/tmake/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/tmake
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.13 2004/06/25 02:48:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/ChangeLog,v 1.14 2004/07/31 07:16:28 kugelfang Exp $
+
+ 31 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> tmake-1.8-r1.ebuild:
+ Marked ~amd64.
05 Jun 2004; David Holm <dholm@gentoo.org> tmake-1.8-r1.ebuild:
Added to ~ppc.
diff --git a/dev-util/tmake/tmake-1.8-r1.ebuild b/dev-util/tmake/tmake-1.8-r1.ebuild
index db3efacb2e2d..dec91a2717ed 100644
--- a/dev-util/tmake/tmake-1.8-r1.ebuild
+++ b/dev-util/tmake/tmake-1.8-r1.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/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.14 2004/07/15 00:13:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/tmake/tmake-1.8-r1.ebuild,v 1.15 2004/07/31 07:16:28 kugelfang Exp $
DESCRIPTION="A Cross platform Makefile tool"
SRC_URI="ftp://ftp.trolltech.com/freebies/tmake/${P}.tar.gz"
@@ -10,7 +10,7 @@ RDEPEND="dev-lang/perl"
SLOT="0"
LICENSE="as-is"
-KEYWORDS="x86 sparc alpha ~ia64 s390 ~ppc"
+KEYWORDS="x86 sparc alpha ~ia64 s390 ~ppc ~amd64"
IUSE=""
src_install () {
diff --git a/dev-util/xxdiff/ChangeLog b/dev-util/xxdiff/ChangeLog
index 95011698af6c..1197c7941b70 100644
--- a/dev-util/xxdiff/ChangeLog
+++ b/dev-util/xxdiff/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/xxdiff
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/ChangeLog,v 1.20 2004/06/25 02:51:57 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/ChangeLog,v 1.21 2004/07/31 07:17:24 kugelfang Exp $
+
+ 31 Jul 2004; Danny van Dyk <kugelfang@gentoo.org> xxdiff-3.0.2.ebuild:
+ Marked ~amd64.
11 Jun 2004; David Holm <dholm@gentoo.org> xxdiff-3.0.2.ebuild:
Don't set RDEPEND=${DEPEND}!
diff --git a/dev-util/xxdiff/xxdiff-3.0.2.ebuild b/dev-util/xxdiff/xxdiff-3.0.2.ebuild
index d961a28ee2ea..655877343b40 100644
--- a/dev-util/xxdiff/xxdiff-3.0.2.ebuild
+++ b/dev-util/xxdiff/xxdiff-3.0.2.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/dev-util/xxdiff/xxdiff-3.0.2.ebuild,v 1.10 2004/07/15 00:15:05 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/xxdiff/xxdiff-3.0.2.ebuild,v 1.11 2004/07/31 07:17:24 kugelfang Exp $
inherit eutils
@@ -17,7 +17,7 @@ RDEPEND="sys-apps/diffutils"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 ~ia64 alpha ~ppc"
+KEYWORDS="~x86 ~ia64 alpha ~ppc ~amd64"
IUSE="kde"
src_unpack()