diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-05 17:36:56 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-09-05 17:36:56 +0000 |
commit | 71121e8a0d596490c84b2ecc9068c0e5c263489b (patch) | |
tree | 509f2f24096e8c3be1eb5fa80fc837ffbf64b01c /app-text/sloccount | |
parent | Closing #58831 (Manifest recommit) (diff) | |
download | gentoo-2-71121e8a0d596490c84b2ecc9068c0e5c263489b.tar.gz gentoo-2-71121e8a0d596490c84b2ecc9068c0e5c263489b.tar.bz2 gentoo-2-71121e8a0d596490c84b2ecc9068c0e5c263489b.zip |
Closing #58895
Diffstat (limited to 'app-text/sloccount')
-rw-r--r-- | app-text/sloccount/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.22.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog index f716872c7e61..326f247d4a09 100644 --- a/app-text/sloccount/ChangeLog +++ b/app-text/sloccount/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/sloccount # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.3 2004/06/24 22:52:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.4 2004/09/05 17:36:56 aliz Exp $ + + 05 Sep 2004; Daniel Ahlberg <aliz@gentoo.org> sloccount-2.22.ebuild: + Added amd64 keyword, closing #58895. 11 Jun 2004; David Holm <dholm@gentoo.org> sloccount-2.22.ebuild: Added to ~ppc. diff --git a/app-text/sloccount/sloccount-2.22.ebuild b/app-text/sloccount/sloccount-2.22.ebuild index 227240db58b6..562b1bbbcfc3 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 Foundation # 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.9 2004/07/14 00:13:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.22.ebuild,v 1.10 2004/09/05 17:36:56 aliz 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" +KEYWORDS="x86 ~ppc ~amd64" IUSE="" DEPEND="dev-lang/perl |