diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-08-12 20:33:44 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-08-12 20:33:44 +0000 |
commit | 2a631fa36d02ec11e12102485499f294b1c49a27 (patch) | |
tree | 5b9113dfbfd3dfe5c0e19e5f4599cec1a964e756 /dev-util/pscan | |
parent | Stable on x86, bug #102175 (diff) | |
download | gentoo-2-2a631fa36d02ec11e12102485499f294b1c49a27.tar.gz gentoo-2-2a631fa36d02ec11e12102485499f294b1c49a27.tar.bz2 gentoo-2-2a631fa36d02ec11e12102485499f294b1c49a27.zip |
Added ~amd64 Keywords.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-util/pscan')
-rw-r--r-- | dev-util/pscan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/pscan/pscan-20000721.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/pscan/ChangeLog b/dev-util/pscan/ChangeLog index 5acee3a80363..16bc898a3acc 100644 --- a/dev-util/pscan/ChangeLog +++ b/dev-util/pscan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/pscan # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.4 2005/04/24 13:05:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/ChangeLog,v 1.5 2005/08/12 20:33:44 metalgod Exp $ + + 12 Aug 2005; Luis Medinas <metalgod@gentoo.org> pscan-20000721.ebuild: + Added ~amd64 Keywords. 24 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> pscan-20000721.ebuild: Stable on ppc. diff --git a/dev-util/pscan/pscan-20000721.ebuild b/dev-util/pscan/pscan-20000721.ebuild index 6d127ac9029d..1faa8ea34a56 100644 --- a/dev-util/pscan/pscan-20000721.ebuild +++ b/dev-util/pscan/pscan-20000721.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.5 2005/04/24 13:05:32 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/pscan/pscan-20000721.ebuild,v 1.6 2005/08/12 20:33:44 metalgod Exp $ inherit toolchain-funcs @@ -11,7 +11,7 @@ SRC_URI="http://www.striker.ottawa.on.ca/~aland/pscan/pscan.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="ppc x86" +KEYWORDS="~amd64 ppc x86" IUSE="" RDEPEND="virtual/libc" |