diff options
author | Martin Holzer <mholzer@gentoo.org> | 2002-11-27 17:38:08 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2002-11-27 17:38:08 +0000 |
commit | 2f71ea2ba4abd87352485f48036840e618b2c733 (patch) | |
tree | 3d96bb2c14b92aabba75f123ae21902ba8b5623f /dev-db/xmysqladmin | |
parent | Fixed a typo in mod_python.conf. (diff) | |
download | gentoo-2-2f71ea2ba4abd87352485f48036840e618b2c733.tar.gz gentoo-2-2f71ea2ba4abd87352485f48036840e618b2c733.tar.bz2 gentoo-2-2f71ea2ba4abd87352485f48036840e618b2c733.zip |
Added mysql dependency. Fixes #5165.
Diffstat (limited to 'dev-db/xmysqladmin')
-rw-r--r-- | dev-db/xmysqladmin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/xmysqladmin/xmysqladmin-1.0.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-db/xmysqladmin/ChangeLog b/dev-db/xmysqladmin/ChangeLog index 7774b6104519..4e021353f970 100644 --- a/dev-db/xmysqladmin/ChangeLog +++ b/dev-db/xmysqladmin/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for dev-db/xmysqladmin # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/ChangeLog,v 1.2 2002/09/13 05:34:10 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/ChangeLog,v 1.3 2002/11/27 17:38:08 mholzer Exp $ *xmysqladmin-1.0 (1 Feb 2002) + 27 Nov 2002; Martin Holzer <mholzer@gentoo.org> xmysqladmin-1.0.ebuild : + + Added mysql dependency. Fixes #5165. + 12 Sep 2002; Ryan Phillips <rphillips@gentoo.org> xmysqladmin-1.0.ebuild : Fixed sed statement. Fixes #7797. Submitted by David Morel diff --git a/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild b/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild index fba67140da6e..cc0126675372 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 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.7 2002/10/04 05:10:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xmysqladmin/xmysqladmin-1.0.ebuild,v 1.8 2002/11/27 17:38:08 mholzer Exp $ S=${WORKDIR}/${P} DESCRIPTION="xforms based front end to mysql" @@ -11,7 +11,9 @@ SLOT="0" LICENSE="as-is" KEYWORDS="x86" -DEPEND="virtual/x11 x11-libs/xforms" +DEPEND="virtual/x11 + x11-libs/xforms + dev-db/mysql" src_unpack() { unpack ${A} |