diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-21 20:36:41 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-21 20:36:41 +0000 |
commit | e58d5e8c20d64c5235422f5d41ccbcef43204b1d (patch) | |
tree | f34a80deab175d5489a5db28206e177b1f796a44 /app-text/sloccount | |
parent | stable amd64 (diff) | |
download | historical-e58d5e8c20d64c5235422f5d41ccbcef43204b1d.tar.gz historical-e58d5e8c20d64c5235422f5d41ccbcef43204b1d.tar.bz2 historical-e58d5e8c20d64c5235422f5d41ccbcef43204b1d.zip |
stable amd64
Package-Manager: portage-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 6b3182fa6ed6..a82a3cf68411 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.9 2005/03/31 16:00:09 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.10 2005/04/21 20:29:08 blubb Exp $ + + 21 Apr 2005; Simon Stelling <blubb@gentoo.org> sloccount-2.26.ebuild: + stable on amd64 31 Mar 2005; Ferris McCormick <fmccor@gentoo.org> sloccount-2.26-r1.ebuild: Add sparc keyword, closing Bug 76102. This has worked fine for over a month; diff --git a/app-text/sloccount/sloccount-2.26.ebuild b/app-text/sloccount/sloccount-2.26.ebuild index dc544b655e98..e2e82180970c 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.2 2005/02/21 16:52:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26.ebuild,v 1.3 2005/04/21 20:29:08 blubb 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 |