diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:44:31 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-01-11 13:44:31 +0000 |
commit | 3876eb6ccc5d972b70f85336aab01f57fc6b539d (patch) | |
tree | c305749714b159a97e21a3c098684df85598ab52 /x11-misc/xplore | |
parent | no stable version on sparc? strange... (diff) | |
download | gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.tar.gz gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.tar.bz2 gentoo-2-3876eb6ccc5d972b70f85336aab01f57fc6b539d.zip |
fixed motif dep
Diffstat (limited to 'x11-misc/xplore')
-rw-r--r-- | x11-misc/xplore/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xplore/Manifest | 10 | ||||
-rw-r--r-- | x11-misc/xplore/xplore-1.2a.ebuild | 6 |
3 files changed, 13 insertions, 10 deletions
diff --git a/x11-misc/xplore/ChangeLog b/x11-misc/xplore/ChangeLog index 0ae72249472f..c21966268f8c 100644 --- a/x11-misc/xplore/ChangeLog +++ b/x11-misc/xplore/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xplore -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.2 2003/11/21 06:39:09 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/ChangeLog,v 1.3 2004/01/11 13:39:54 lanius Exp $ + + 11 Jan 2004; Heinrich Wendel <lanius@gentoo.org> xplore-1.2a.ebuild: + fixed motif dep *xplore-1.2a (20 Nov 2003) diff --git a/x11-misc/xplore/Manifest b/x11-misc/xplore/Manifest index 972ea9ab1aa5..6d9c7d173f47 100644 --- a/x11-misc/xplore/Manifest +++ b/x11-misc/xplore/Manifest @@ -1,8 +1,8 @@ -MD5 d81a9d6cffc3f9e5bbfd3c30fc5befb0 files/digest-xplore-1.1-r1 63 -MD5 443aaa2db2102227b3880e7a74d7cd23 files/digest-xplore-1.1e 64 -MD5 8e9d553f8c4cf7c2f33d108428abd8e7 files/digest-xplore-1.2a 64 -MD5 50d1fb410a8d5f5787e4351a054c0d67 xplore-1.2a.ebuild 1199 +MD5 a3efa6d3318a586c773bbafdcf90d796 xplore-1.2a.ebuild 1203 MD5 903644f5f364a69d5b6e2df4d41be3e9 xplore-1.1-r1.ebuild 1171 -MD5 663da33d02e3d40871b79652337b087a ChangeLog 1532 +MD5 bed7c1a8116fcd076c5dbbc459fa9efa ChangeLog 1622 MD5 fe402b096905cae8dcb4a503d3a838ac metadata.xml 173 MD5 f02d2cc80717a80d64c7eb02b6ec944c xplore-1.1e.ebuild 1182 +MD5 d81a9d6cffc3f9e5bbfd3c30fc5befb0 files/digest-xplore-1.1-r1 63 +MD5 443aaa2db2102227b3880e7a74d7cd23 files/digest-xplore-1.1e 64 +MD5 8e9d553f8c4cf7c2f33d108428abd8e7 files/digest-xplore-1.2a 64 diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild index 3d1bd01d63c6..d19ebc45c7f9 100644 --- a/x11-misc/xplore/xplore-1.2a.ebuild +++ b/x11-misc/xplore/xplore-1.2a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.1 2003/11/20 23:21:13 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.2 2004/01/11 13:39:54 lanius Exp $ IUSE="" @@ -15,7 +15,7 @@ KEYWORDS="x86" # its webpage states the lesstif does not fully work with xplore DEPEND="virtual/x11 - virtual/motif" + x11-libs/openmotif" # >=x11-libs/openmotif-2.2" src_compile() { |