From 64537af696874d1687216688c7cc11a2b0514335 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sat, 30 Jun 2018 23:49:33 +0200 Subject: [PATCH] dev-db/soci: Fix DEPENDs Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- dev-db/soci/soci-3.2.3.ebuild | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/dev-db/soci/soci-3.2.3.ebuild b/dev-db/soci/soci-3.2.3.ebuild index 1a2e67b81c1b..f31882f3e189 100644 --- a/dev-db/soci/soci-3.2.3.ebuild +++ b/dev-db/soci/soci-3.2.3.ebuild @@ -14,8 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="boost doc +empty firebird mysql odbc oracle postgres sqlite static-libs test" -DEPEND=" - boost? ( dev-libs/boost ) +RDEPEND=" firebird? ( dev-db/firebird ) mysql? ( virtual/mysql ) odbc? ( dev-db/unixODBC ) @@ -23,7 +22,9 @@ DEPEND=" postgres? ( dev-db/postgresql:= ) sqlite? ( dev-db/sqlite:3 ) " -RDEPEND="${DEPEND}" +DEPEND="${RDEPEND} + boost? ( dev-libs/boost ) +" src_configure() { local mycmakeargs=( -- 2.26.2