diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 11:23:08 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-12-04 11:23:08 +0000 |
commit | 6911322a9dbf6330a3cdf5294542ce76c210fd6e (patch) | |
tree | 6c73d0567a162923b441c41ce96e79b713815085 /sys-fs | |
parent | Stable for x86, wrt bug #441128 (diff) | |
download | gentoo-2-6911322a9dbf6330a3cdf5294542ce76c210fd6e.tar.gz gentoo-2-6911322a9dbf6330a3cdf5294542ce76c210fd6e.tar.bz2 gentoo-2-6911322a9dbf6330a3cdf5294542ce76c210fd6e.zip |
Stable for x86, wrt bug #441532
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ncdu/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog index f95ee717900a..8f2812a84f4e 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.38 2012/11/29 13:15:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.39 2012/12/04 11:23:08 ago Exp $ + + 04 Dec 2012; <ago@gentoo.org> ncdu-1.9.ebuild: + Stable for x86, wrt bug #441532 29 Nov 2012; Anthony G. Basile <blueness@gentoo.org> ncdu-1.9.ebuild: stable ppc ppc64, bug #441532 diff --git a/sys-fs/ncdu/ncdu-1.9.ebuild b/sys-fs/ncdu/ncdu-1.9.ebuild index 3673a682a713..f1a3bc3017d6 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.5 2012/11/29 13:15:12 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.9.ebuild,v 1.6 2012/12/04 11:23:08 ago 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" |