diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:31:47 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-21 18:31:47 +0000 |
commit | 361b728bc5c566d974aca2a0de3a2134f819d7d7 (patch) | |
tree | 3192fe64222fbf660a13b4993dc70f78b34880c2 /x11-misc/xplore/xplore-1.2a.ebuild | |
parent | Added ppc keyword. bug 119456 (diff) | |
download | historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.gz historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.tar.bz2 historical-361b728bc5c566d974aca2a0de3a2134f819d7d7.zip |
Fixed DEPEND for modular X.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'x11-misc/xplore/xplore-1.2a.ebuild')
-rw-r--r-- | x11-misc/xplore/xplore-1.2a.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-misc/xplore/xplore-1.2a.ebuild b/x11-misc/xplore/xplore-1.2a.ebuild index cdec68198cb2..0b5640e7c63f 100644 --- a/x11-misc/xplore/xplore-1.2a.ebuild +++ b/x11-misc/xplore/xplore-1.2a.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.7 2005/11/01 12:52:57 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplore/xplore-1.2a.ebuild,v 1.8 2006/01/21 18:23:28 nelchael Exp $ inherit eutils @@ -15,8 +15,7 @@ LICENSE="GPL-2" KEYWORDS="x86" # its webpage states the lesstif does not fully work with xplore -DEPEND="virtual/x11 - x11-libs/openmotif" +DEPEND="x11-libs/openmotif" src_unpack() { unpack ${A} |