From: Andreas Sturmlechner Date: Sat, 30 Jun 2018 21:49:33 +0000 (+0200) Subject: dev-db/soci: Fix DEPENDs X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=64537af696874d1687216688c7cc11a2b0514335;p=gentoo.git dev-db/soci: Fix DEPENDs Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- 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=(