diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-29 13:15:12 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-29 13:15:12 +0000 |
commit | 54f53c03ea6edb969501704ecfb54fb9de5f35e0 (patch) | |
tree | 072d68d33b6d6b4684582451e13a4eac1b44c0cc /sys-fs/ncdu | |
parent | stable ppc, bug #444914 (diff) | |
download | gentoo-2-54f53c03ea6edb969501704ecfb54fb9de5f35e0.tar.gz gentoo-2-54f53c03ea6edb969501704ecfb54fb9de5f35e0.tar.bz2 gentoo-2-54f53c03ea6edb969501704ecfb54fb9de5f35e0.zip |
stable ppc ppc64, bug #441532
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'sys-fs/ncdu')
-rw-r--r-- | sys-fs/ncdu/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.9.ebuild | 4 |
2 files changed, 6 insertions, 4 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog index b70d4623fdf4..f95ee717900a 100644 --- a/sys-fs/ncdu/ChangeLog +++ b/sys-fs/ncdu/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-fs/ncdu # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.37 2012/11/26 13:11:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.38 2012/11/29 13:15:12 blueness Exp $ + + 29 Nov 2012; Anthony G. Basile <blueness@gentoo.org> ncdu-1.9.ebuild: + stable ppc ppc64, bug #441532 26 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ncdu-1.9.ebuild: Stable for amd64, wrt bug #441532 @@ -131,4 +134,3 @@ 01 May 2007; Wolfram Schlich <wschlich@gentoo.org> +metadata.xml, +ncdu-1.1.ebuild: initial import - diff --git a/sys-fs/ncdu/ncdu-1.9.ebuild b/sys-fs/ncdu/ncdu-1.9.ebuild index 8a5c77e449b1..3673a682a713 100644 --- a/sys-fs/ncdu/ncdu-1.9.ebuild +++ b/sys-fs/ncdu/ncdu-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.4 2012/11/26 13:11:45 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.9.ebuild,v 1.5 2012/11/29 13:15:12 blueness Exp $ EAPI=4 @@ -10,7 +10,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="" DEPEND="sys-libs/ncurses" |