diff options
author | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-31 07:17:24 +0000 |
---|---|---|
committer | Danny van Dyk <kugelfang@gentoo.org> | 2004-07-31 07:17:24 +0000 |
commit | 0200c420c1cdfc3b8c1cdb8223c726e315ae6efd (patch) | |
tree | 206740d25f0bba090667e7e4d313f3cf7ad2d240 /dev-util/xxdiff | |
parent | versionbump (Manifest recommit) (diff) | |
download | gentoo-2-0200c420c1cdfc3b8c1cdb8223c726e315ae6efd.tar.gz gentoo-2-0200c420c1cdfc3b8c1cdb8223c726e315ae6efd.tar.bz2 gentoo-2-0200c420c1cdfc3b8c1cdb8223c726e315ae6efd.zip |
~amd64
Diffstat (limited to 'dev-util/xxdiff')
-rw-r--r-- | dev-util/xxdiff/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/xxdiff/xxdiff-3.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
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() |