diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-16 17:28:54 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-07-16 17:28:54 +0000 |
commit | bc706e0a7f1d8d3b1aab02d27d1fff3661f3983b (patch) | |
tree | eb76702981f072351d2b71ce751ae161d56863d1 /sys-process/wait_on_pid | |
parent | Stable for HPPA (bug #476970). (diff) | |
download | gentoo-2-bc706e0a7f1d8d3b1aab02d27d1fff3661f3983b.tar.gz gentoo-2-bc706e0a7f1d8d3b1aab02d27d1fff3661f3983b.tar.bz2 gentoo-2-bc706e0a7f1d8d3b1aab02d27d1fff3661f3983b.zip |
Add Prefix keywords
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'sys-process/wait_on_pid')
-rw-r--r-- | sys-process/wait_on_pid/ChangeLog | 5 | ||||
-rw-r--r-- | sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-process/wait_on_pid/ChangeLog b/sys-process/wait_on_pid/ChangeLog index 0c2c5b35b1a5..5bbe85291e68 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.10 2013/06/29 02:16:31 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.11 2013/07/16 17:28:54 pinkbyte Exp $ + + 16 Jul 2013; Sergey Popov <pinkbyte@gentoo.org> wait_on_pid-0.0.2.ebuild: + Add Prefix keywords 29 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> wait_on_pid-0.0.2.ebuild: Stable on amd64 and x86, wrt bug #474318 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 2535ca21aa99..1aa44cd207de 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.3 2013/06/29 02:16:31 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/wait_on_pid-0.0.2.ebuild,v 1.4 2013/07/16 17:28:54 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 ~amd64-linux ~x86-linux" IUSE="" DEPEND="" |