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 | 2ae011ff2e95a1b2edd837457c0d5416ac4ba1e3 (patch) | |
tree | 2914fb04bf3526cd05a8619714cfd079684aa355 /dev-db/xmysqladmin | |
parent | Added callback functionality to -r11 (diff) | |
download | historical-2ae011ff2e95a1b2edd837457c0d5416ac4ba1e3.tar.gz historical-2ae011ff2e95a1b2edd837457c0d5416ac4ba1e3.tar.bz2 historical-2ae011ff2e95a1b2edd837457c0d5416ac4ba1e3.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} |