diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-04-16 17:54:31 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-04-16 17:54:31 +0000 |
commit | bf4f31ec46618aaf62474311b23f4896abe60af7 (patch) | |
tree | a30bbcbb22a661cc79ba57a71c4f7b6af495ea32 /dev-lang | |
parent | Removed ld.so depend (diff) | |
download | historical-bf4f31ec46618aaf62474311b23f4896abe60af7.tar.gz historical-bf4f31ec46618aaf62474311b23f4896abe60af7.tar.bz2 historical-bf4f31ec46618aaf62474311b23f4896abe60af7.zip |
Remove ld.so depend
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/bigwig/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/bigwig/bigwig-2.0-r7.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-lang/bigwig/ChangeLog b/dev-lang/bigwig/ChangeLog index c2c26dfedb86..1ca1ab53857a 100644 --- a/dev-lang/bigwig/ChangeLog +++ b/dev-lang/bigwig/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-lang/bigwig # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/ChangeLog,v 1.2 2003/02/12 05:55:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/ChangeLog,v 1.3 2003/04/16 17:54:31 cretin Exp $ *bigwig-2.0-7 (01 Jul 2002) + 16 Apr 2003; Stefan Jonea <cretin@gentoo.org> : + Remove ld.so depend + 07 Nov 2002; George Shapovalov <george@gentoo.org> bigwig-2.0-r7.ebuild, ChangeLog : cleaned-up and committed diff --git a/dev-lang/bigwig/bigwig-2.0-r7.ebuild b/dev-lang/bigwig/bigwig-2.0-r7.ebuild index 61c61951713e..f6b6f41be920 100644 --- a/dev-lang/bigwig/bigwig-2.0-r7.ebuild +++ b/dev-lang/bigwig/bigwig-2.0-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/bigwig-2.0-r7.ebuild,v 1.3 2003/02/13 10:24:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/bigwig/bigwig-2.0-r7.ebuild,v 1.4 2003/04/16 17:54:31 cretin Exp $ IUSE="odbc mysql libwww java ssl" @@ -13,7 +13,6 @@ DEPEND=">=net-www/apache-1.3 libwww? ( net-libs/libwww ) java? ( virtual/jre ) ssl? ( dev-libs/openssl ) - sys-devel/ld.so sys-libs/zlib virtual/glibc" |