diff options
author | David Holm <dholm@gentoo.org> | 2005-07-26 15:10:34 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-26 15:10:34 +0000 |
commit | a69c95dae2564a19744881a1fd32dacbc4924ed5 (patch) | |
tree | a3332f69e59c92317abc270fd7a863589e267110 /x11-misc/xcut | |
parent | stable alpha amd64 ia64 x86 (diff) | |
download | gentoo-2-a69c95dae2564a19744881a1fd32dacbc4924ed5.tar.gz gentoo-2-a69c95dae2564a19744881a1fd32dacbc4924ed5.tar.bz2 gentoo-2-a69c95dae2564a19744881a1fd32dacbc4924ed5.zip |
Added to ~ppc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc/xcut')
-rw-r--r-- | x11-misc/xcut/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xcut/xcut-0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xcut/ChangeLog b/x11-misc/xcut/ChangeLog index 5deba43ab49a..43ac209c16cf 100644 --- a/x11-misc/xcut/ChangeLog +++ b/x11-misc/xcut/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcut # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.3 2005/05/28 18:30:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/ChangeLog,v 1.4 2005/07/26 15:09:10 dholm Exp $ + + 26 Jul 2005; David Holm <dholm@gentoo.org> xcut-0.2.ebuild: + Added to ~ppc. 28 May 2005; Aron Griffis <agriffis@gentoo.org> xcut-0.2.ebuild: stable everywhere diff --git a/x11-misc/xcut/xcut-0.2.ebuild b/x11-misc/xcut/xcut-0.2.ebuild index 6844479c2c09..a5da37896c02 100644 --- a/x11-misc/xcut/xcut-0.2.ebuild +++ b/x11-misc/xcut/xcut-0.2.ebuild @@ -1,6 +1,6 @@ # 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.3 2005/05/28 18:30:32 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcut/xcut-0.2.ebuild,v 1.4 2005/07/26 15:09:10 dholm 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="alpha amd64 ia64 x86" +KEYWORDS="alpha amd64 ia64 ~ppc x86" DEPEND="virtual/x11" |