summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-30 23:49:33 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-07-01 02:03:36 +0200
commit64537af696874d1687216688c7cc11a2b0514335 (patch)
tree05d2f00ad6fe6ec52e240b196b01d69875b6c12a /dev-db
parentdev-db/soci: Add USE static-libs,test (diff)
downloadgentoo-64537af696874d1687216688c7cc11a2b0514335.tar.gz
gentoo-64537af696874d1687216688c7cc11a2b0514335.tar.bz2
gentoo-64537af696874d1687216688c7cc11a2b0514335.zip
dev-db/soci: Fix DEPENDs
Package-Manager: Portage-2.3.41, Repoman-2.3.9
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/soci/soci-3.2.3.ebuild7
1 files 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=(