summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2013-06-29 02:16:31 +0000
committerSergey Popov <pinkbyte@gentoo.org>2013-06-29 02:16:31 +0000
commit243a76da91b129b69c4b4450fee92fc65603bc52 (patch)
treee846818ae11de76abbb465fde06b089739dd9fa8 /sys-process
parentx86 stable wrt bug #475094 (diff)
downloadgentoo-2-243a76da91b129b69c4b4450fee92fc65603bc52.tar.gz
gentoo-2-243a76da91b129b69c4b4450fee92fc65603bc52.tar.bz2
gentoo-2-243a76da91b129b69c4b4450fee92fc65603bc52.zip
Stable on amd64 and x86, wrt bug #474318
(Portage version: 2.2.0_alpha184/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/wait_on_pid/ChangeLog5
-rw-r--r--sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/wait_on_pid/ChangeLog b/sys-process/wait_on_pid/ChangeLog
index f514e3a278e6..0c2c5b35b1a5 100644
--- a/sys-process/wait_on_pid/ChangeLog
+++ b/sys-process/wait_on_pid/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/wait_on_pid
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.9 2013/06/28 18:51:01 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.10 2013/06/29 02:16:31 pinkbyte Exp $
+
+ 29 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> wait_on_pid-0.0.2.ebuild:
+ Stable on amd64 and x86, wrt bug #474318
28 Jun 2013; Matthias Schwarzott <zzam@gentoo.org> wait_on_pid-0.0.2.ebuild:
Changed download location back to original
diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
index b75e7e929d30..2535ca21aa99 100644
--- a/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
+++ b/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild,v 1.2 2013/06/28 18:51:01 zzam Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild,v 1.3 2013/06/29 02:16:31 pinkbyte Exp $
EAPI="5"
@@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/$P.tar.bz2 http://dev.gentoo.org/~zzam/wait_on_pid/$P.t
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~ppc x86"
IUSE=""
DEPEND=""