diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:35:03 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 16:35:03 +0000 |
commit | dcba759fe46186d513fd185fb839d6747052d26e (patch) | |
tree | 8819311ffef45c480e51c50210aec2ceaf3ea5e0 /dev-db/sqsh/sqsh-2.1.4.ebuild | |
parent | Version bump #286058 by Alex Legler. (diff) | |
download | historical-dcba759fe46186d513fd185fb839d6747052d26e.tar.gz historical-dcba759fe46186d513fd185fb839d6747052d26e.tar.bz2 historical-dcba759fe46186d513fd185fb839d6747052d26e.zip |
Remove virtual/libc
Package-Manager: portage-2.2_rc41/cvs/Linux x86_64
Diffstat (limited to 'dev-db/sqsh/sqsh-2.1.4.ebuild')
-rw-r--r-- | dev-db/sqsh/sqsh-2.1.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-db/sqsh/sqsh-2.1.4.ebuild b/dev-db/sqsh/sqsh-2.1.4.ebuild index 0f6e37c61d73..22c785a9afe0 100644 --- a/dev-db/sqsh/sqsh-2.1.4.ebuild +++ b/dev-db/sqsh/sqsh-2.1.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.4.ebuild,v 1.2 2007/07/22 10:01:39 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/sqsh/sqsh-2.1.4.ebuild,v 1.3 2009/09/23 16:35:03 patrick Exp $ inherit eutils @@ -22,8 +22,7 @@ DEPEND="dev-db/freetds x11-libs/libXext x11-libs/libXmu x11-libs/libX11 ) - motif? ( x11-libs/openmotif ) - virtual/libc" + motif? ( x11-libs/openmotif )" src_unpack() { unpack ${A}; cd ${S} |