summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text')
-rw-r--r--app-text/sloccount/ChangeLog7
-rw-r--r--app-text/sloccount/sloccount-2.22.ebuild4
2 files changed, 7 insertions, 4 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog
index bd19a7f5ba33..1baf841bb6d7 100644
--- a/app-text/sloccount/ChangeLog
+++ b/app-text/sloccount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/sloccount
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.1 2003/06/27 07:18:45 msterret Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.2 2004/06/11 08:48:53 dholm Exp $
+
+ 11 Jun 2004; David Holm <dholm@gentoo.org> sloccount-2.22.ebuild:
+ Added to ~ppc.
27 Jun 2003; <msterret@gentoo.org> sloccount-2.22.ebuild:
tidy ebuild; use sed -i; use dohtml for html files
diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild
index 73658a95968f..fe75aae50703 100644
--- a/app-text/sloccount/sloccount-2.22.ebuild
+++ b/app-text/sloccount/sloccount-2.22.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.6 2004/03/12 09:18:44 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.7 2004/06/11 08:48:53 dholm Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz"
LICENSE="GPL-1"
SLOT="0"
-KEYWORDS="x86"
+KEYWORDS="x86 ~ppc"
DEPEND="dev-lang/perl
>=sys-apps/sed-4