diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-07 11:29:34 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2003-03-07 11:29:34 +0000 |
commit | d6293e6f1c24976118f0c8737b486ad4384aee7b (patch) | |
tree | a7a6365d1472dbc8d62d9f8219249517e747ade5 /dev-db | |
parent | elfutils added to DEPEND (diff) | |
download | gentoo-2-d6293e6f1c24976118f0c8737b486ad4384aee7b.tar.gz gentoo-2-d6293e6f1c24976118f0c8737b486ad4384aee7b.tar.bz2 gentoo-2-d6293e6f1c24976118f0c8737b486ad4384aee7b.zip |
Mark stable
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild b/dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild index 23f8efcedf58..3e9a8e2d7a90 100644 --- a/dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild +++ b/dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild,v 1.1 2003/03/05 03:41:44 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysqlcc/mysqlcc-0.8.10-r1.ebuild,v 1.2 2003/03/07 11:29:34 aliz Exp $ + +inherit eutils S=${WORKDIR}/${P}-src DESCRIPTION="a MySQL GUI Client" @@ -9,7 +11,7 @@ SRC_URI="ftp://ftp.sunet.se/pub/unix/databases/relational/mysql/Downloads/MyCC/$ LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="X qt" DEPEND="virtual/glibc @@ -17,8 +19,6 @@ DEPEND="virtual/glibc >=dev-db/mysql-4.0.0" RDEPEND="" -inherit eutils - src_unpack() { unpack ${A} cd ${S}; epatch ${FILESDIR}/${P}-qmakespec.patch |