diff options
author | Brent Baude <ranger@gentoo.org> | 2012-02-28 21:55:47 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2012-02-28 21:55:47 +0000 |
commit | ae442cd879db0f294d51b18da19b5d1221f51dc0 (patch) | |
tree | 113a6f951f391f5602aa0128431d8ef2306c53d1 /sys-fs | |
parent | Marking multitail-5.2.9 ppc for bug 401093 (diff) | |
download | gentoo-2-ae442cd879db0f294d51b18da19b5d1221f51dc0.tar.gz gentoo-2-ae442cd879db0f294d51b18da19b5d1221f51dc0.tar.bz2 gentoo-2-ae442cd879db0f294d51b18da19b5d1221f51dc0.zip |
Marking ncdu-1.8 ppc for bug 401251
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/ncdu/ChangeLog | 5 | ||||
-rw-r--r-- | sys-fs/ncdu/ncdu-1.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/ncdu/ChangeLog b/sys-fs/ncdu/ChangeLog index 9c1cf73949e0..c15952247bcc 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.28 2012/02/24 15:01:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ChangeLog,v 1.29 2012/02/28 21:55:47 ranger Exp $ + + 28 Feb 2012; Brent Baude <ranger@gentoo.org> ncdu-1.8.ebuild: + Marking ncdu-1.8 ppc for bug 401251 24 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> ncdu-1.8.ebuild: x86 stable wrt bug #401251 diff --git a/sys-fs/ncdu/ncdu-1.8.ebuild b/sys-fs/ncdu/ncdu-1.8.ebuild index ba5c2940b45e..de171e113807 100644 --- a/sys-fs/ncdu/ncdu-1.8.ebuild +++ b/sys-fs/ncdu/ncdu-1.8.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.8.ebuild,v 1.3 2012/02/24 15:01:35 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/ncdu/ncdu-1.8.ebuild,v 1.4 2012/02/28 21:55:47 ranger Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="http://dev.yorhel.nl/download/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux" IUSE="" DEPEND="sys-libs/ncurses" |