diff options
author | 2001-06-04 21:57:52 +0000 | |
---|---|---|
committer | 2001-06-04 21:57:52 +0000 | |
commit | eacf763410af084ceac6b6be5bb2dc0de092d40c (patch) | |
tree | 9dae403ac2aa9060f62e6fb9160e9116ec5923d3 /dev-libs/slib | |
parent | README contains basic installation instructions (diff) | |
download | historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.tar.gz historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.tar.bz2 historical-eacf763410af084ceac6b6be5bb2dc0de092d40c.zip |
*** empty log message ***
Diffstat (limited to 'dev-libs/slib')
-rw-r--r-- | dev-libs/slib/slib-2.4.1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-libs/slib/slib-2.4.1.ebuild b/dev-libs/slib/slib-2.4.1.ebuild index 1dbfe2dde43b..43c948337e39 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.1 2001/05/06 16:43:00 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/slib/slib-2.4.1.ebuild,v 1.2 2001/06/04 21:57:52 achim Exp $ P=slib2d1 A=${P}.zip @@ -13,12 +13,13 @@ 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" src_install () { insinto /usr/share/guile/site/slib doins *.scm - dodoc ANNOUNCE ChangeLog FAQ README + dodoc ANNOUNCE ChangeLog FAQ README doinfo slib.info } |