diff options
author | David Holm <dholm@gentoo.org> | 2004-09-03 15:43:14 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-09-03 15:43:14 +0000 |
commit | f731eab31068d6745a70499414b4d6ca8e9fac3f (patch) | |
tree | 889fd5410c707d948d4ddb0a2249c12c459ab9d5 /dev-util | |
parent | added ~amd64 to media-gfx/gqview-1.5.1 (#62142) (Manifest recommit) (diff) | |
download | gentoo-2-f731eab31068d6745a70499414b4d6ca8e9fac3f.tar.gz gentoo-2-f731eab31068d6745a70499414b4d6ca8e9fac3f.tar.bz2 gentoo-2-f731eab31068d6745a70499414b4d6ca8e9fac3f.zip |
Added to ~ppc
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/comparator/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/comparator/comparator-2.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/comparator/ChangeLog b/dev-util/comparator/ChangeLog index 4f4d7723cf32..09d0a1963681 100644 --- a/dev-util/comparator/ChangeLog +++ b/dev-util/comparator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/comparator # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.6 2004/06/25 02:23:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/ChangeLog,v 1.7 2004/09/03 15:43:14 dholm Exp $ + + 03 Sep 2004; David Holm <dholm@gentoo.org> comparator-2.3.ebuild: + Added to ~ppc. 12 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> comparator-2.2.ebuild, comparator-2.3.ebuild: diff --git a/dev-util/comparator/comparator-2.3.ebuild b/dev-util/comparator/comparator-2.3.ebuild index 0f37935c08f4..74259bdf8891 100644 --- a/dev-util/comparator/comparator-2.3.ebuild +++ b/dev-util/comparator/comparator-2.3.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/comparator/comparator-2.3.ebuild,v 1.4 2004/06/25 02:23:40 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/comparator/comparator-2.3.ebuild,v 1.5 2004/09/03 15:43:14 dholm Exp $ inherit distutils DESCRIPTION="ESR's utility for making fast comparisons among large source trees" @@ -9,7 +9,7 @@ SRC_URI="mirror://gentoo/${P}.tar.gz http://www.catb.org/~esr/comparator/${P}.tar.gz" LICENSE="as-is GPL-2" SLOT="0" -KEYWORDS="~x86 ~sparc" +KEYWORDS="~x86 ~sparc ~ppc" IUSE="" #DEPEND='' inherit handles this DEPEND="${DEPEND} app-text/xmlto" |