diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 11:46:30 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-04-24 11:46:30 +0000 |
commit | 7553b84109aa93c213b66fd3d22c682e3c65f2a7 (patch) | |
tree | 0eb188b089b72bb729640db62a57c2121949ac5c /app-text/sloccount | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-7553b84109aa93c213b66fd3d22c682e3c65f2a7.tar.gz gentoo-2-7553b84109aa93c213b66fd3d22c682e3c65f2a7.tar.bz2 gentoo-2-7553b84109aa93c213b66fd3d22c682e3c65f2a7.zip |
Stable on ppc.
(Portage version: 2.0.51.19)
Diffstat (limited to 'app-text/sloccount')
-rw-r--r-- | app-text/sloccount/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.26.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog index a82a3cf68411..9268831debde 100644 --- a/app-text/sloccount/ChangeLog +++ b/app-text/sloccount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sloccount # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.10 2005/04/21 20:29:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.11 2005/04/24 11:42:46 hansmi Exp $ + + 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> sloccount-2.26.ebuild: + Stable on ppc. 21 Apr 2005; Simon Stelling <blubb@gentoo.org> sloccount-2.26.ebuild: stable on amd64 diff --git a/app-text/sloccount/sloccount-2.26.ebuild b/app-text/sloccount/sloccount-2.26.ebuild index e2e82180970c..ae3d2159fdb0 100644 --- a/app-text/sloccount/sloccount-2.26.ebuild +++ b/app-text/sloccount/sloccount-2.26.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/app-text/sloccount/sloccount-2.26.ebuild,v 1.3 2005/04/21 20:29:08 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26.ebuild,v 1.4 2005/04/24 11:42:46 hansmi Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="x86 ~ppc amd64 ~sparc" +KEYWORDS="x86 ppc amd64 ~sparc" IUSE="" DEPEND="sys-devel/gcc |