diff options
author | Stefan Jones <cretin@gentoo.org> | 2003-04-16 17:39:39 +0000 |
---|---|---|
committer | Stefan Jones <cretin@gentoo.org> | 2003-04-16 17:39:39 +0000 |
commit | 3623fe784f0dac9551d61b6cf7a3a8a0a07fc5e7 (patch) | |
tree | f1afa506229c60473cb1c086d68b085345b400d3 /dev-db | |
parent | Added -P to df command (diff) | |
download | gentoo-2-3623fe784f0dac9551d61b6cf7a3a8a0a07fc5e7.tar.gz gentoo-2-3623fe784f0dac9551d61b6cf7a3a8a0a07fc5e7.tar.bz2 gentoo-2-3623fe784f0dac9551d61b6cf7a3a8a0a07fc5e7.zip |
Remove sys-devel/ld.so from DEPEND
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqsh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-db/sqsh/ChangeLog b/dev-db/sqsh/ChangeLog index 3dae2555d969..fa9fe7304e94 100644 --- a/dev-db/sqsh/ChangeLog +++ b/dev-db/sqsh/ChangeLog @@ -1,9 +1,12 @@ # ChangeLog for dev-db/sqsh # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/ChangeLog,v 1.3 2003/03/29 23:32:47 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/ChangeLog,v 1.4 2003/04/16 17:39:39 cretin Exp $ *sqsh-2.1 (11 Dec 2002) + 16 Apr 2003; Stefan Jones <cretin@gentoo.org> sqsh-2.1.ebuild: + sys-devel/ld.so is not needed in DEPEND, compiles fine without it + 29 Mar 2003; Alastair Tse <liquidx@gentoo.org> sqsh-2.1.ebuild: virtual/motif migration diff --git a/dev-db/sqsh/sqsh-2.1.ebuild b/dev-db/sqsh/sqsh-2.1.ebuild index 722511f8f585..28b2b35d4e66 100644 --- a/dev-db/sqsh/sqsh-2.1.ebuild +++ b/dev-db/sqsh/sqsh-2.1.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-db/sqsh/sqsh-2.1.ebuild,v 1.5 2003/03/29 23:32:47 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.6 2003/04/16 17:39:39 cretin Exp $ S=${WORKDIR}/${P} DESCRIPTION="Replacement for the venerable 'isql' program supplied by Sybase." @@ -10,7 +10,6 @@ DEPEND="dev-db/freetds readline? ( sys-libs/readline ) X? ( x11-base/xfree ) motif? ( virtual/motif ) - sys-devel/ld.so virtual/glibc" SLOT="0" SRC_URI="http://www.sqsh.org/${P}-src.tar.gz" |