diff options
-rw-r--r-- | dev-db/virtuoso-odbc/ChangeLog | 6 | ||||
-rw-r--r-- | dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-db/virtuoso-odbc/ChangeLog b/dev-db/virtuoso-odbc/ChangeLog index 56dbd167b24f..d99c82042f2e 100644 --- a/dev-db/virtuoso-odbc/ChangeLog +++ b/dev-db/virtuoso-odbc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-db/virtuoso-odbc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.17 2011/04/20 10:08:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/ChangeLog,v 1.18 2011/04/20 19:35:05 reavertm Exp $ + + 20 Apr 2011; Maciej Mrozowski <reavertm@gentoo.org> + virtuoso-odbc-6.1.3.ebuild: + Drop static libs entirely. *virtuoso-odbc-6.1.3 (20 Apr 2011) diff --git a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild index bacb3d54b861..b801cec0d631 100644 --- a/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild +++ b/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild,v 1.1 2011/04/20 10:08:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/virtuoso-odbc/virtuoso-odbc-6.1.3.ebuild,v 1.2 2011/04/20 19:35:05 reavertm Exp $ EAPI=4 @@ -9,7 +9,7 @@ inherit virtuoso DESCRIPTION="ODBC driver for OpenLink Virtuoso Open-Source Edition" KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="static-libs" +IUSE="" RDEPEND=" >=dev-libs/openssl-0.9.7i:0 @@ -26,7 +26,7 @@ VOS_EXTRACT=" src_configure() { myconf+=" - $(use_enable static-libs static) + --disable-static --without-iodbc " |