diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-12-30 17:35:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-12-30 17:35:20 +0000 |
commit | 68228f6c530ae067f96202a3cf6b858ec050ec27 (patch) | |
tree | 1e48f8e35820c730c0262fdbe0615220a391f20e /sys-process | |
parent | Unconditionally disable systemd unit building until the make rule is fixed (#... (diff) | |
download | gentoo-2-68228f6c530ae067f96202a3cf6b858ec050ec27.tar.gz gentoo-2-68228f6c530ae067f96202a3cf6b858ec050ec27.tar.bz2 gentoo-2-68228f6c530ae067f96202a3cf6b858ec050ec27.zip |
Stable for HPPA (bug #525060).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-process')
-rw-r--r-- | sys-process/procps/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/procps/procps-3.3.9-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/procps/ChangeLog b/sys-process/procps/ChangeLog index 621708b4fbc1..69793409cd17 100644 --- a/sys-process/procps/ChangeLog +++ b/sys-process/procps/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-process/procps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.128 2014/12/30 12:57:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/ChangeLog,v 1.129 2014/12/30 17:35:20 jer Exp $ + + 30 Dec 2014; Jeroen Roovers <jer@gentoo.org> procps-3.3.9-r2.ebuild: + Stable for HPPA (bug #525060). 30 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> procps-3.3.9-r2.ebuild: amd64 stable wrt bug #525060 diff --git a/sys-process/procps/procps-3.3.9-r2.ebuild b/sys-process/procps/procps-3.3.9-r2.ebuild index 2a41f1d55717..af70a6011448 100644 --- a/sys-process/procps/procps-3.3.9-r2.ebuild +++ b/sys-process/procps/procps-3.3.9-r2.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/procps/procps-3.3.9-r2.ebuild,v 1.2 2014/12/30 12:57:03 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/procps/procps-3.3.9-r2.ebuild,v 1.3 2014/12/30 17:35:20 jer Exp $ EAPI="4" @@ -15,7 +15,7 @@ SRC_URI="http://pkgs.fedoraproject.org/repo/pkgs/${PN}-ng/${PN}-ng-${PV}.tar.xz/ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~ia64-linux ~x86-linux" IUSE="+ncurses nls selinux static-libs systemd test unicode" RDEPEND="!<sys-apps/sysvinit-2.88-r6 |