diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 13:18:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-14 13:18:49 +0000 |
commit | 02d829647b5d74acb7e645efb6aac42b203cb945 (patch) | |
tree | acb3245d49466906a02a5bde072b20b02b26f98e /dev-db/pgeasy/pgeasy-3.0.1.ebuild | |
parent | Added to ~ppc (Manifest recommit) (diff) | |
download | gentoo-2-02d829647b5d74acb7e645efb6aac42b203cb945.tar.gz gentoo-2-02d829647b5d74acb7e645efb6aac42b203cb945.tar.bz2 gentoo-2-02d829647b5d74acb7e645efb6aac42b203cb945.zip |
Don't assign default to S; header fix
Diffstat (limited to 'dev-db/pgeasy/pgeasy-3.0.1.ebuild')
-rw-r--r-- | dev-db/pgeasy/pgeasy-3.0.1.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-db/pgeasy/pgeasy-3.0.1.ebuild b/dev-db/pgeasy/pgeasy-3.0.1.ebuild index 91dba7cce9bf..1e7af79f2d70 100644 --- a/dev-db/pgeasy/pgeasy-3.0.1.ebuild +++ b/dev-db/pgeasy/pgeasy-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/pgeasy/pgeasy-3.0.1.ebuild,v 1.2 2003/07/11 21:04:13 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/pgeasy/pgeasy-3.0.1.ebuild,v 1.3 2004/03/14 13:18:38 mr_bones_ Exp $ DESCRIPTION="An easy-to-use C interface to PostgreSQL." HOMEPAGE="http://gborg.postgresql.org/project/pgeasy/projdisplay.php" @@ -12,8 +12,6 @@ IUSE="" DEPEND=">=dev-db/postgresql-7.3.2" -S=${WORKDIR}/${P} - src_unpack() { unpack ${A} cd ${S} && patch -p0 <${FILESDIR}/Makefile-gentoo.patch || die |