diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2009-10-13 18:46:17 +0000 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2009-10-13 18:46:17 +0000 |
commit | 8bafa7995b77bcb342361c9d3eb9c2d21f5492a4 (patch) | |
tree | c43c51121949c877972b1579ce708ab52bebc8a7 /sys-cluster | |
parent | version bump (diff) | |
download | gentoo-2-8bafa7995b77bcb342361c9d3eb9c2d21f5492a4.tar.gz gentoo-2-8bafa7995b77bcb342361c9d3eb9c2d21f5492a4.tar.bz2 gentoo-2-8bafa7995b77bcb342361c9d3eb9c2d21f5492a4.zip |
Added ~amd64 keyword.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/pconsole/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/pconsole/pconsole-1.0-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-cluster/pconsole/ChangeLog b/sys-cluster/pconsole/ChangeLog index 96fcbcd763ad..52924ac77df8 100644 --- a/sys-cluster/pconsole/ChangeLog +++ b/sys-cluster/pconsole/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-cluster/pconsole -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pconsole/ChangeLog,v 1.9 2008/04/20 21:54:58 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pconsole/ChangeLog,v 1.10 2009/10/13 18:46:17 haubi Exp $ + + 13 Oct 2009; Michael Haubenwallner <haubi@gentoo.org> + pconsole-1.0-r2.ebuild: + Added ~amd64 keyword. 20 Apr 2008; Diego Pettenò <flameeyes@gentoo.org> pconsole-1.0-r2.ebuild: Move patching and eautoreconf to src_unpack, get rid of src_compile. diff --git a/sys-cluster/pconsole/pconsole-1.0-r2.ebuild b/sys-cluster/pconsole/pconsole-1.0-r2.ebuild index b1fe8f9d671c..3b8bde4fc115 100644 --- a/sys-cluster/pconsole/pconsole-1.0-r2.ebuild +++ b/sys-cluster/pconsole/pconsole-1.0-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pconsole/pconsole-1.0-r2.ebuild,v 1.2 2008/04/20 21:54:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pconsole/pconsole-1.0-r2.ebuild,v 1.3 2009/10/13 18:46:17 haubi Exp $ inherit autotools eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.heiho.net/pconsole/" SRC_URI="http://www.xs4all.nl/~walterj/pconsole/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~ppc" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND="virtual/ssh" |