diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-09-05 16:16:03 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-09-05 16:16:03 +0000 |
commit | 3a6e76021db6db94efd00cc2e4f84359732912bc (patch) | |
tree | 2a1a564b632caff7ea9a34a9c090f4942cd74ad7 /dev-db/xmysqladmin | |
parent | Added callback functionality to -r11 (diff) | |
download | gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.tar.gz gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.tar.bz2 gentoo-2-3a6e76021db6db94efd00cc2e4f84359732912bc.zip |
repoman fixes (mostly cleanups of old ebuilds with pspell stuff in them)
and linphone relocation to net-im.
Diffstat (limited to 'dev-db/xmysqladmin')
-rw-r--r-- | dev-db/xmysqladmin/xmysqladmin-1.0.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild index df3c50a62422..fc786a2b75ff 100644 --- a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild +++ b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.4 2002/08/01 11:40:14 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.5 2002/09/05 16:16:03 drobbins Exp $ S=${WORKDIR}/${P} DESCRIPTION="xforms based front end to mysql" @@ -11,8 +11,7 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86" -DEPEND="virtual/x11 - virtual/xforms" +DEPEND="virtual/x11 x11-libs/xforms" src_unpack() { unpack ${A} |