diff options
author | José María Alonso <nimiux@gentoo.org> | 2013-06-13 16:51:12 +0000 |
---|---|---|
committer | José María Alonso <nimiux@gentoo.org> | 2013-06-13 16:51:12 +0000 |
commit | 01e487f145131e71a455da729bcab2efa92fc8a7 (patch) | |
tree | 9c153f845c120429e028253f4b60dc4f7c38ed69 /app-text/sloccount | |
parent | x86 stable wrt bug #470408 (diff) | |
download | gentoo-2-01e487f145131e71a455da729bcab2efa92fc8a7.tar.gz gentoo-2-01e487f145131e71a455da729bcab2efa92fc8a7.tar.bz2 gentoo-2-01e487f145131e71a455da729bcab2efa92fc8a7.zip |
Stable for amd64 wrt bug #472770
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key D628E536)
Diffstat (limited to 'app-text/sloccount')
-rw-r--r-- | app-text/sloccount/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/sloccount/sloccount-2.26-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/sloccount/ChangeLog b/app-text/sloccount/ChangeLog index 3f8757665b7c..2129b83d4bbe 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.25 2013/06/09 18:20:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/ChangeLog,v 1.26 2013/06/13 16:51:12 nimiux Exp $ + + 13 Jun 2013; Chema Alonso <nimiux@gentoo.org> sloccount-2.26-r2.ebuild: + Stable for amd64 wrt bug #472770 09 Jun 2013; Jeroen Roovers <jer@gentoo.org> sloccount-2.26-r2.ebuild: Fix test failure when sloccount is not yet installed (bug #362045). diff --git a/app-text/sloccount/sloccount-2.26-r2.ebuild b/app-text/sloccount/sloccount-2.26-r2.ebuild index ce6c841d9f4a..053501880e97 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.3 2013/06/09 18:20:11 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/sloccount/sloccount-2.26-r2.ebuild,v 1.4 2013/06/13 16:51:12 nimiux 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 |