diff options
author | Jim Ramsay <lack@gentoo.org> | 2007-06-22 21:46:21 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2007-06-22 21:46:21 +0000 |
commit | 1da5239aee7d95e603dbf242184eaa5f11100090 (patch) | |
tree | 632e0767465e0de22ce6ef3b6aca0d18baac5a9e /rox-extra | |
parent | Add new GTK+-based tool to configure the X output using the RandR 1.2 extensi... (diff) | |
download | gentoo-2-1da5239aee7d95e603dbf242184eaa5f11100090.tar.gz gentoo-2-1da5239aee7d95e603dbf242184eaa5f11100090.tar.bz2 gentoo-2-1da5239aee7d95e603dbf242184eaa5f11100090.zip |
Adding ~amd64 keyword
(Portage version: 2.1.3_rc4)
Diffstat (limited to 'rox-extra')
-rw-r--r-- | rox-extra/diff/ChangeLog | 7 | ||||
-rw-r--r-- | rox-extra/diff/diff-2.1.4.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/rox-extra/diff/ChangeLog b/rox-extra/diff/ChangeLog index 7e0f12fe09b4..6659f48277ab 100644 --- a/rox-extra/diff/ChangeLog +++ b/rox-extra/diff/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for rox-extra/diff -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/ChangeLog,v 1.8 2006/12/04 18:21:13 lack Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/ChangeLog,v 1.9 2007/06/22 21:46:21 lack Exp $ + + 22 Jun 2007; Jim Ramsay <lack@gentoo.org> diff-2.1.4.ebuild: + Adding ~amd64 keyword 04 Dec 2006; Jim Ramsay <lack@gentoo.org> diff-2.1.4.ebuild: Remove KEEP_SRC=true diff --git a/rox-extra/diff/diff-2.1.4.ebuild b/rox-extra/diff/diff-2.1.4.ebuild index 9deefda44c6a..e47517db0d18 100644 --- a/rox-extra/diff/diff-2.1.4.ebuild +++ b/rox-extra/diff/diff-2.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/diff-2.1.4.ebuild,v 1.4 2006/12/04 18:21:13 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/rox-extra/diff/diff-2.1.4.ebuild,v 1.5 2007/06/22 21:46:21 lack Exp $ ROX_CLIB_VER=2.1.8 inherit rox @@ -13,7 +13,7 @@ SRC_URI="http://www.kerofin.demon.co.uk/rox/${MY_PN}-${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" IUSE="" -KEYWORDS="x86" +KEYWORDS="~amd64 x86" APPNAME=${MY_PN} S=${WORKDIR} |