diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-30 23:49:33 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 02:03:36 +0200 |
commit | 64537af696874d1687216688c7cc11a2b0514335 (patch) | |
tree | 05d2f00ad6fe6ec52e240b196b01d69875b6c12a /dev-db/soci | |
parent | dev-db/soci: Add USE static-libs,test (diff) | |
download | gentoo-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/soci')
-rw-r--r-- | dev-db/soci/soci-3.2.3.ebuild | 7 |
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=( |