diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:34:22 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:34:22 +0000 |
commit | 2b8cfc5967fcafbd1f5c19336158114e259b572f (patch) | |
tree | e35050f4aeb10f935c6791a89e36f92acb5355ea /app-emulation | |
parent | fixed motif dep (diff) | |
download | historical-2b8cfc5967fcafbd1f5c19336158114e259b572f.tar.gz historical-2b8cfc5967fcafbd1f5c19336158114e259b572f.tar.bz2 historical-2b8cfc5967fcafbd1f5c19336158114e259b572f.zip |
fixed motif dep
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/glukalka/ChangeLog | 7 | ||||
-rw-r--r-- | app-emulation/glukalka/Manifest | 4 | ||||
-rw-r--r-- | app-emulation/glukalka/glukalka-0.67.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/app-emulation/glukalka/ChangeLog b/app-emulation/glukalka/ChangeLog index 1da9e787f940..7f19f903e43c 100644 --- a/app-emulation/glukalka/ChangeLog +++ b/app-emulation/glukalka/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-emulation/glukalka -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/glukalka/ChangeLog,v 1.1 2003/09/02 07:42:36 msterret Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/glukalka/ChangeLog,v 1.2 2004/01/11 13:34:04 lanius Exp $ + + 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> glukalka-0.67.ebuild: + fixed motif dep *glukalka-0.67 (02 Sep 2003) diff --git a/app-emulation/glukalka/Manifest b/app-emulation/glukalka/Manifest index 6ab6e746aef6..aa2f151a70e6 100644 --- a/app-emulation/glukalka/Manifest +++ b/app-emulation/glukalka/Manifest @@ -1,3 +1,3 @@ -MD5 637e1a45ead9f74e32c0afbdfd8c1796 glukalka-0.67.ebuild 1078 -MD5 cdb6152349f1739cc72252cd2f31275a ChangeLog 364 +MD5 53661986363c85b473bede9468eae111 glukalka-0.67.ebuild 1081 +MD5 8cc92b478d3ec43af6e973821302c1a5 ChangeLog 454 MD5 7d60f81894db7604b4b460a59eb06892 files/digest-glukalka-0.67 66 diff --git a/app-emulation/glukalka/glukalka-0.67.ebuild b/app-emulation/glukalka/glukalka-0.67.ebuild index 7b47210edec9..8aa2e3582219 100644 --- a/app-emulation/glukalka/glukalka-0.67.ebuild +++ b/app-emulation/glukalka/glukalka-0.67.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. and Robert Cernansky +# Copyright 1999-2004 Gentoo Technologies, Inc. and Robert Cernansky # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/glukalka/glukalka-0.67.ebuild,v 1.2 2003/09/04 01:21:32 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/glukalka/glukalka-0.67.ebuild,v 1.3 2004/01/11 13:34:04 lanius Exp $ DESCRIPTION="Emulator of ZX Spectrum 48K/128K and clones" HOMEPAGE="http://glukalka.sourceforge.net" @@ -11,7 +11,7 @@ KEYWORDS="x86" SLOT="0" IUSE="" -RDEPEND="virtual/motif" +RDEPEND="x11-libs/openmotif" DEPEND="${RDEPEND} >=sys-apps/sed-4" |