summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-06-29 16:23:15 +0000
committerAron Griffis <agriffis@gentoo.org>2004-06-29 16:23:15 +0000
commit3ee59e3635e39bc10ba4dbc2f25e53e60c8ad812 (patch)
treeaf04fc7f124b1db8778c90d899a1876f31e953e1 /dev-db/myodbc/myodbc-3.51.06.ebuild
parentVersion bumped. Closes 50495 (Manifest recommit) (diff)
downloadgentoo-2-3ee59e3635e39bc10ba4dbc2f25e53e60c8ad812.tar.gz
gentoo-2-3ee59e3635e39bc10ba4dbc2f25e53e60c8ad812.tar.bz2
gentoo-2-3ee59e3635e39bc10ba4dbc2f25e53e60c8ad812.zip
sync IUSE (+debug, +doc, +static)
Diffstat (limited to 'dev-db/myodbc/myodbc-3.51.06.ebuild')
-rw-r--r--dev-db/myodbc/myodbc-3.51.06.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-db/myodbc/myodbc-3.51.06.ebuild b/dev-db/myodbc/myodbc-3.51.06.ebuild
index 401486cd1659..0f185d9633fc 100644
--- a/dev-db/myodbc/myodbc-3.51.06.ebuild
+++ b/dev-db/myodbc/myodbc-3.51.06.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.06.ebuild,v 1.4 2004/06/24 21:56:46 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-db/myodbc/myodbc-3.51.06.ebuild,v 1.5 2004/06/29 16:23:15 agriffis Exp $
MY_PN="MyODBC"
MY_P="${MY_PN}-${PV}"
@@ -11,9 +11,10 @@ RESTRICT="nomirror"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
+IUSE="debug doc static"
RDEPEND=">=dev-db/mysql-4 dev-db/unixODBC sys-devel/m4"
# perl is required for building docs
-DEPEND="${RDEPEND} docs? ( dev-lang/perl )"
+DEPEND="${RDEPEND} doc? ( dev-lang/perl )"
S=${WORKDIR}/${MY_P}
src_compile() {