diff options
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/sqsh/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.ebuild | 10 |
2 files changed, 6 insertions, 9 deletions
diff --git a/dev-db/sqsh/ChangeLog b/dev-db/sqsh/ChangeLog index d5c4609c84e5..3dae2555d969 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.2 2003/02/12 05:50:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/ChangeLog,v 1.3 2003/03/29 23:32:47 liquidx Exp $ *sqsh-2.1 (11 Dec 2002) + 29 Mar 2003; Alastair Tse <liquidx@gentoo.org> sqsh-2.1.ebuild: + virtual/motif migration + 11 Dec 2002; Sean Summers <ebuild@generalprotectionfault.com> sqsh-2.1.ebuild : Initial package diff --git a/dev-db/sqsh/sqsh-2.1.ebuild b/dev-db/sqsh/sqsh-2.1.ebuild index c90610586feb..722511f8f585 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.4 2003/02/28 13:18:14 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.ebuild,v 1.5 2003/03/29 23:32:47 liquidx Exp $ S=${WORKDIR}/${P} DESCRIPTION="Replacement for the venerable 'isql' program supplied by Sybase." @@ -9,13 +9,7 @@ LICENSE="GPL-2" DEPEND="dev-db/freetds readline? ( sys-libs/readline ) X? ( x11-base/xfree ) - motif? ( x11-libs/openmotif ) - sys-devel/ld.so - virtual/glibc" -RDEPEND="dev-db/freetds - readline? ( sys-libs/readline ) - X? ( x11-base/xfree ) - motif? ( x11-libs/openmotif ) + motif? ( virtual/motif ) sys-devel/ld.so virtual/glibc" SLOT="0" |