diff options
author | 2014-07-24 19:28:51 +0000 | |
---|---|---|
committer | 2014-07-24 19:28:51 +0000 | |
commit | e58bcac49d832b4d7666a3dacda8b5a5176f4d9e (patch) | |
tree | 7ea68652f76bcd4c79751106b4c6c6262a6dd3d6 /sys-fs/ncdu | |
parent | arm stable, bug #516652 (diff) | |
download | gentoo-2-e58bcac49d832b4d7666a3dacda8b5a5176f4d9e.tar.gz gentoo-2-e58bcac49d832b4d7666a3dacda8b5a5176f4d9e.tar.bz2 gentoo-2-e58bcac49d832b4d7666a3dacda8b5a5176f4d9e.zip |
arm stable, bug #516654
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'sys-fs/ncdu')
-rw-r--r-- | sys-fs/ncdu/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.9.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog index 7d319fb066ed..9aeff4400b62 100644 --- a/sys-fs/ncdu/ChangeLog +++ b/sys-fs/ncdu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ncdu # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.48 2014/03/14 10:51:57 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.49 2014/07/24 19:28:51 maekke Exp $ + + 24 Jul 2014; Markus Meier <maekke@gentoo.org> ncdu-1.9.ebuild: + arm stable, bug #516654 14 Mar 2014; Agostino Sarubbo <ago@gentoo.org> ncdu-1.10.ebuild: Stable for ppc64, wrt bug #474308 diff --git a/sys-fs/ncdu/ncdu-1.9.ebuild b/sys-fs/ncdu/ncdu-1.9.ebuild index 943f939d45c8..feaf0158a2b9 100644 --- a/sys-fs/ncdu/ncdu-1.9.ebuild +++ b/sys-fs/ncdu/ncdu-1.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.9.ebuild,v 1.8 2013/03/07 12:37:45 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.9.ebuild,v 1.9 2014/07/24 19:28:51 maekke Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="amd64 arm ppc ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos" IUSE="" RDEPEND="sys-libs/ncurses[unicode]" |