diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-11-21 20:52:28 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-11-21 20:52:28 +0000 |
commit | 8a217f6634f3f543cbabe901ecdb2cbbcdf64ce7 (patch) | |
tree | ee538975289f79c2846eb3485587d10a7a4ca4b2 /dev-db | |
parent | added patch to fix compile problem. bug #71942 (Manifest recommit) (diff) | |
download | gentoo-2-8a217f6634f3f543cbabe901ecdb2cbbcdf64ce7.tar.gz gentoo-2-8a217f6634f3f543cbabe901ecdb2cbbcdf64ce7.tar.bz2 gentoo-2-8a217f6634f3f543cbabe901ecdb2cbbcdf64ce7.zip |
added inherit eutils
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/gmyclient/gmyclient-0.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-db/gmyclient/gmyclient-0.3.ebuild b/dev-db/gmyclient/gmyclient-0.3.ebuild index c825a9351efa..176bf9a6af21 100644 --- a/dev-db/gmyclient/gmyclient-0.3.ebuild +++ b/dev-db/gmyclient/gmyclient-0.3.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.10 2004/11/21 20:50:46 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/gmyclient/gmyclient-0.3.ebuild,v 1.11 2004/11/21 20:52:28 dragonheart Exp $ + +inherit eutils DESCRIPTION="Gnome based mysql client" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" @@ -18,7 +20,7 @@ DEPEND=">=gnome-base/gnome-libs-1.2 src_unpack() { unpack ${A} cd ${S} - epatch ${FILESDIR}/${PV}-fix.patch + epatch ${FILESDIR}/${PV}-fix.patch || die "patch failed" } src_compile() { |