diff options
author | 2014-11-13 01:41:23 +0000 | |
---|---|---|
committer | 2014-11-13 01:41:23 +0000 | |
commit | 1065d898151e5089e2bc0acad3fc5f2ba757ebd8 (patch) | |
tree | ab8db15743aeb3fca517f0dbfc2e16a406faefdf /sys-process/ftop | |
parent | bump; add fix to break in configure, substitute dohtml in the doc install, fi... (diff) | |
download | gentoo-2-1065d898151e5089e2bc0acad3fc5f2ba757ebd8.tar.gz gentoo-2-1065d898151e5089e2bc0acad3fc5f2ba757ebd8.tar.bz2 gentoo-2-1065d898151e5089e2bc0acad3fc5f2ba757ebd8.zip |
Marked ~hppa too.
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-process/ftop')
-rw-r--r-- | sys-process/ftop/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/ftop/ftop-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/ftop/ChangeLog b/sys-process/ftop/ChangeLog index 41094c3ba530..a03a6ff7b5f5 100644 --- a/sys-process/ftop/ChangeLog +++ b/sys-process/ftop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/ftop # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ChangeLog,v 1.2 2014/11/10 10:48:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ChangeLog,v 1.3 2014/11/13 01:41:23 jer Exp $ + + 13 Nov 2014; Jeroen Roovers <jer@gentoo.org> ftop-1.0.ebuild: + Marked ~hppa too. 10 Nov 2014; Jeroen Roovers <jer@gentoo.org> +files/ftop-1.0-tinfo.patch, ftop-1.0.ebuild: diff --git a/sys-process/ftop/ftop-1.0.ebuild b/sys-process/ftop/ftop-1.0.ebuild index 9c94fe9e186a..0ddcd1f8ed93 100644 --- a/sys-process/ftop/ftop-1.0.ebuild +++ b/sys-process/ftop/ftop-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ftop-1.0.ebuild,v 1.2 2014/11/10 10:48:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/ftop/ftop-1.0.ebuild,v 1.3 2014/11/13 01:41:23 jer Exp $ EAPI="5" @@ -13,7 +13,7 @@ SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~hppa" DEPEND="sys-libs/ncurses" RDEPEND="${DEPEND}" |