diff options
author | David Holm <dholm@gentoo.org> | 2005-07-26 15:16:23 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2005-07-26 15:16:23 +0000 |
commit | e36f74350a6574857c7e176e837df85123e3cad0 (patch) | |
tree | 68eb90b7a0e54dce62ff6d6f40c24f8c17a6a2d0 /x11-misc/xcut | |
parent | Add missing dependency on kdebase-data (#99043). (diff) | |
download | historical-e36f74350a6574857c7e176e837df85123e3cad0.tar.gz historical-e36f74350a6574857c7e176e837df85123e3cad0.tar.bz2 historical-e36f74350a6574857c7e176e837df85123e3cad0.zip |
Added to ~ppc
Package-Manager: portage-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" |