summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/libiodbc')
-rw-r--r--dev-db/libiodbc/libiodbc-3.52.4.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/dev-db/libiodbc/libiodbc-3.52.4.ebuild b/dev-db/libiodbc/libiodbc-3.52.4.ebuild
index db544ca66d0b..d8726b9f60b7 100644
--- a/dev-db/libiodbc/libiodbc-3.52.4.ebuild
+++ b/dev-db/libiodbc/libiodbc-3.52.4.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.4.ebuild,v 1.4 2006/10/30 18:04:54 gustavoz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/libiodbc/libiodbc-3.52.4.ebuild,v 1.5 2006/11/26 23:54:57 vapier Exp $
-inherit eutils autotools
+#inherit eutils autotools
DESCRIPTION="ODBC Interface for Linux"
HOMEPAGE="http://www.iodbc.org/"
@@ -10,7 +10,7 @@ SRC_URI="http://www.iodbc.org/downloads/iODBC/${P}.tar.gz"
LICENSE="LGPL-2 BSD"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha ~amd64 arm ~hppa ia64 ~ppc ~ppc64 s390 sh sparc x86"
IUSE="gtk"
# upstream does weird stuff in their configure
@@ -32,8 +32,9 @@ src_unpack() {
src_compile() {
econf \
- --with-layout=gentoo \
- $(use_enable gtk gui yes) \
+ --with-layout=gentoo \
+ $(use_enable gtk gui yes) \
+ || die
# not parallel safe
emake -j1 || die
}