diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-03-28 21:37:47 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-03-28 21:37:47 +0000 |
commit | 48cce63670e6a979b300a80599bc06aa40428242 (patch) | |
tree | b1596e22a83ff9d71405a830ef375fa5402f7f5f /x11-misc/xcut | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-48cce63670e6a979b300a80599bc06aa40428242.tar.gz gentoo-2-48cce63670e6a979b300a80599bc06aa40428242.tar.bz2 gentoo-2-48cce63670e6a979b300a80599bc06aa40428242.zip |
Add ~alpha ~amd64 ~ia64
(Portage version: 2.0.51.19)
Diffstat (limited to 'x11-misc/xcut')
-rw-r--r-- | x11-misc/xcut/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xcut/xcut-0.2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xcut/ChangeLog b/x11-misc/xcut/ChangeLog index fcd77da5db10..b2fc45bb85bd 100644 --- a/x11-misc/xcut/ChangeLog +++ b/x11-misc/xcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcut -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.1 2004/10/08 02:57:22 agriffis Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.2 2005/03/28 21:37:47 agriffis Exp $ + + 28 Mar 2005; Aron Griffis <agriffis@gentoo.org> xcut-0.2.ebuild: + Add ~alpha ~amd64 ~ia64 *xcut-0.2 (07 Oct 2004) diff --git a/x11-misc/xcut/xcut-0.2.ebuild b/x11-misc/xcut/xcut-0.2.ebuild index 82ed4739bd7b..ea6f46e5c13a 100644 --- a/x11-misc/xcut/xcut-0.2.ebuild +++ b/x11-misc/xcut/xcut-0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2.ebuild,v 1.1 2004/10/08 02:57:22 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2.ebuild,v 1.2 2005/03/28 21:37:47 agriffis Exp $ inherit eutils @@ -10,7 +10,7 @@ HOMEPAGE="http://xcut.sourceforge.net" SRC_URI="mirror://sourceforge/xcut/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~x86" DEPEND="virtual/x11" |