summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2013-06-24 05:21:05 +0000
committerAgostino Sarubbo <ago@gentoo.org>2013-06-24 05:21:05 +0000
commit10b5ea39794f684e80a545f20e1a1d9c0a4c73a9 (patch)
tree6d6e3e4b5d3af21866aaf0c221c3184041852ed8 /app-text/sloccount
parentStable for ppc, wrt bug #470302 (diff)
downloadgentoo-2-10b5ea39794f684e80a545f20e1a1d9c0a4c73a9.tar.gz
gentoo-2-10b5ea39794f684e80a545f20e1a1d9c0a4c73a9.tar.bz2
gentoo-2-10b5ea39794f684e80a545f20e1a1d9c0a4c73a9.zip
Stable for ppc, wrt bug #472770
(Portage version: 2.1.12.2/cvs/Linux ppc64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'app-text/sloccount')
-rw-r--r--app-text/sloccount/ChangeLog5
-rw-r--r--app-text/sloccount/sloccount-2.26-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog
index 2129b83d4bbe..0bbf7b26bb5d 100644
--- a/app-text/sloccount/ChangeLog
+++ b/app-text/sloccount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/sloccount
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.26 2013/06/13 16:51:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.27 2013/06/24 05:21:05 ago Exp $
+
+ 24 Jun 2013; Agostino Sarubbo <ago@gentoo.org> sloccount-2.26-r2.ebuild:
+ Stable for ppc, wrt bug #472770
13 Jun 2013; Chema Alonso <nimiux@gentoo.org> sloccount-2.26-r2.ebuild:
Stable for amd64 wrt bug #472770
diff --git a/app-text/sloccount/sloccount-2.26-r2.ebuild b/app-text/sloccount/sloccount-2.26-r2.ebuild
index 053501880e97..02bd9b31a69c 100644
--- a/app-text/sloccount/sloccount-2.26-r2.ebuild
+++ b/app-text/sloccount/sloccount-2.26-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r2.ebuild,v 1.4 2013/06/13 16:51:12 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r2.ebuild,v 1.5 2013/06/24 05:21:05 ago Exp $
EAPI="4"
@@ -12,7 +12,7 @@ SRC_URI="http://www.dwheeler.com/sloccount/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
RDEPEND="dev-lang/perl
>=sys-apps/sed-4