diff options
-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" |