diff options
author | 2003-04-05 21:37:35 +0000 | |
---|---|---|
committer | 2003-04-05 21:37:35 +0000 | |
commit | 2817c021e326f02d1b046069fb156f0223e03d02 (patch) | |
tree | db40a14a3ab8522b113ed83607154349a551db62 /app-emulation/kwest | |
parent | mark stable (diff) | |
download | historical-2817c021e326f02d1b046069fb156f0223e03d02.tar.gz historical-2817c021e326f02d1b046069fb156f0223e03d02.tar.bz2 historical-2817c021e326f02d1b046069fb156f0223e03d02.zip |
mark x86
Diffstat (limited to 'app-emulation/kwest')
-rw-r--r-- | app-emulation/kwest/ChangeLog | 5 | ||||
-rw-r--r-- | app-emulation/kwest/kwest-1.0.ebuild | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/app-emulation/kwest/ChangeLog b/app-emulation/kwest/ChangeLog index c2a0ef55097b..4a8124d5ad97 100644 --- a/app-emulation/kwest/ChangeLog +++ b/app-emulation/kwest/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for app-emulation/kwest # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/kwest/ChangeLog,v 1.2 2003/02/12 04:01:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/kwest/ChangeLog,v 1.3 2003/04/05 21:37:35 danarmak Exp $ *kwest-1.0 (17 Dec 2002) + 06 Apr 2003; root <root@gentoo.org> kwest-1.0.ebuild: + Add stable x86 keyword. + 17 Dec 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : A kde3 frontend to Z-machine emulation. This is a port of the Unix diff --git a/app-emulation/kwest/kwest-1.0.ebuild b/app-emulation/kwest/kwest-1.0.ebuild index 7dd3328324bd..76a592da19bc 100644 --- a/app-emulation/kwest/kwest-1.0.ebuild +++ b/app-emulation/kwest/kwest-1.0.ebuild @@ -8,5 +8,5 @@ need-kde 3 DESCRIPTION="An Inform interactive fiction interpreter for KDE" SRC_URI="http://users.pandora.be/peter.bienstman/kwest/${P}.tar.gz" HOMEPAGE="http://users.pandora.be/peter.bienstman/kwest/" -KEYWORDS="~x86" +KEYWORDS="x86" LICENSE="GPL-2" |