projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3e0e67
)
dev-db/soci: Fix DEPENDs
author
Andreas Sturmlechner
<asturm@gentoo.org>
Sat, 30 Jun 2018 21:49:33 +0000
(23:49 +0200)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Sun, 1 Jul 2018 00:03:36 +0000
(
02:03
+0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
dev-db/soci/soci-3.2.3.ebuild
patch
|
blob
|
history
diff --git
a/dev-db/soci/soci-3.2.3.ebuild
b/dev-db/soci/soci-3.2.3.ebuild
index 1a2e67b81c1b9984794631000198d68647f554b9..f31882f3e189c2033d45b39fdb69ce8ee12c7432 100644
(file)
--- 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=(