summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-11-26 23:54:57 +0000
committerMike Frysinger <vapier@gentoo.org>2006-11-26 23:54:57 +0000
commit0fc7d20f53d7cb7a6c83391bde5afa19a913a2dc (patch)
tree9e1646b4eb995a49ed9c97c2555f51ff521f7e07 /dev-db/libiodbc
parentarm/ia64/s390/sh stable (diff)
downloadgentoo-2-0fc7d20f53d7cb7a6c83391bde5afa19a913a2dc.tar.gz
gentoo-2-0fc7d20f53d7cb7a6c83391bde5afa19a913a2dc.tar.bz2
gentoo-2-0fc7d20f53d7cb7a6c83391bde5afa19a913a2dc.zip
arm/ia64/s390/sh stable
(Portage version: 2.1.2_rc2-r2)
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
}