diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-07-27 20:44:17 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-07-27 20:44:17 +0000 |
commit | 514b841e1b5b15668a30aa6e0a5b25a8a48ea36c (patch) | |
tree | 35a7b1c577ff9d6ea9fdaafba0004c3ef7f13bbc /dev-libs | |
parent | added bonobo-conf (needed by Evolution >= 0.11 (diff) | |
download | gentoo-2-514b841e1b5b15668a30aa6e0a5b25a8a48ea36c.tar.gz gentoo-2-514b841e1b5b15668a30aa6e0a5b25a8a48ea36c.tar.bz2 gentoo-2-514b841e1b5b15668a30aa6e0a5b25a8a48ea36c.zip |
shouldn't depend on g-wrap, it's the other way around
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/slib/slib-2.4.1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dev-libs/slib/slib-2.4.1.ebuild b/dev-libs/slib/slib-2.4.1.ebuild index 43c948337e39..3adf5a969078 100644 --- a/dev-libs/slib/slib-2.4.1.ebuild +++ b/dev-libs/slib/slib-2.4.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.1.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.1.ebuild,v 1.3 2001/07/27 20:44:17 hallski Exp $ P=slib2d1 A=${P}.zip @@ -11,10 +11,10 @@ SRC_URI="http://swissnet.ai.mit.edu/ftpdir/scm/${A}" HOMEPAGE="http://swissnet.ai.mit.edu/~jaffer/SLIB.html" DEPEND=">=app-arch/unzip-5.21 - >=dev-util/guile-1.4 - >=dev-libs/g-wrap-0.9.5" -RDEPEND=">=dev-util/guile-1.4 - >=dev-libs/g-wrap-0.9.5" + >=dev-util/guile-1.4" +# >=dev-libs/g-wrap-0.9.5" +RDEPEND=">=dev-util/guile-1.4" +# >=dev-libs/g-wrap-0.9.5" src_install () { insinto /usr/share/guile/site/slib |