diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2010-01-11 20:20:59 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2010-01-11 20:20:59 +0000 |
commit | a5c25d8ef865bb71b85e8152e63fb500b298c99a (patch) | |
tree | 41775c66c3154eaf29d8e263cdea9ac35eb1663e /sys-process/wait_on_pid | |
parent | Transfer Prefix keywords (diff) | |
download | gentoo-2-a5c25d8ef865bb71b85e8152e63fb500b298c99a.tar.gz gentoo-2-a5c25d8ef865bb71b85e8152e63fb500b298c99a.tar.bz2 gentoo-2-a5c25d8ef865bb71b85e8152e63fb500b298c99a.zip |
Added ~amd64 keyword.
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Diffstat (limited to 'sys-process/wait_on_pid')
-rw-r--r-- | sys-process/wait_on_pid/ChangeLog | 8 | ||||
-rw-r--r-- | sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-process/wait_on_pid/ChangeLog b/sys-process/wait_on_pid/ChangeLog index 01ecfa3944f7..cdb3a9f55c69 100644 --- a/sys-process/wait_on_pid/ChangeLog +++ b/sys-process/wait_on_pid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-process/wait_on_pid -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.1 2009/12/13 10:04:32 zzam Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/ChangeLog,v 1.2 2010/01/11 20:20:59 zzam Exp $ + + 11 Jan 2010; Matthias Schwarzott <zzam@gentoo.org> + wait_on_pid-0.0.1.ebuild: + Added ~amd64 keyword. *wait_on_pid-0.0.1 (13 Dec 2009) diff --git a/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild b/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild index 70c2a4af7a30..c5a49c310f73 100644 --- a/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild +++ b/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 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.1.ebuild,v 1.1 2009/12/13 10:04:32 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/wait_on_pid/wait_on_pid-0.0.1.ebuild,v 1.2 2010/01/11 20:20:59 zzam Exp $ EAPI="2" @@ -10,7 +10,7 @@ SRC_URI="mirror://gentoo/$P.tar.bz2 http://dev.gentoo.org/~zzam/wait_on_pid/$P.t LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="!<=media-tv/gentoo-vdr-scripts-0.4.6" |