diff options
author | 2014-01-14 18:14:20 +0000 | |
---|---|---|
committer | 2014-01-14 18:14:20 +0000 | |
commit | e48f4e3382643c9bab110fd1355d786182ac4c94 (patch) | |
tree | 8eaa54a37e6bd9dce0d0a648e2c8c149621f3f9f /sys-process | |
parent | Marked ~amd64-linux, bug #350964 (diff) | |
download | gentoo-2-e48f4e3382643c9bab110fd1355d786182ac4c94.tar.gz gentoo-2-e48f4e3382643c9bab110fd1355d786182ac4c94.tar.bz2 gentoo-2-e48f4e3382643c9bab110fd1355d786182ac4c94.zip |
Marked ~amd64-linux, bug #350964
(Portage version: 2.2.8-prefix/cvs/Darwin i386, signed Manifest commit with key 0x5F75F607C5C74E89)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/unixtop/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-process/unixtop/ChangeLog b/sys-process/unixtop/ChangeLog index 74578d80a591..551624941e1c 100644 --- a/sys-process/unixtop/ChangeLog +++ b/sys-process/unixtop/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/unixtop -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/unixtop/ChangeLog,v 1.4 2012/05/09 11:14:22 grobian Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/unixtop/ChangeLog,v 1.5 2014/01/14 18:14:20 grobian Exp $ + + 14 Jan 2014; Fabian Groffen <grobian@gentoo.org> unixtop-3.8_beta1-r3.ebuild: + Marked ~amd64-linux, bug #350964 *unixtop-3.8_beta1-r3 (09 May 2012) @@ -28,4 +31,3 @@ -unixtop-3.8_beta1.ebuild, +unixtop-3.8_beta1-r1.ebuild: Bump for two patches from OpenSolaris folks to fix a memleak and a segfault - diff --git a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild index 5ccad0837793..9dc9b8b1889d 100644 --- a/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild +++ b/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild,v 1.1 2012/05/09 11:14:22 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/unixtop/unixtop-3.8_beta1-r3.ebuild,v 1.2 2014/01/14 18:14:20 grobian Exp $ inherit eutils autotools @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/unixtop/top-${PV/_/}.tar.bz2" LICENSE="BSD" SLOT="0" -KEYWORDS="~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~amd64-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="sys-libs/ncurses" |