public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Azael Reyes" <azael.devel@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/
Date: Tue,  8 Sep 2020 03:13:14 +0000 (UTC)	[thread overview]
Message-ID: <1599534774.796eebd2c1fe3c7ce99b67ec3c8abfa61b27ca2f.AzaelReyes@gentoo> (raw)

commit:     796eebd2c1fe3c7ce99b67ec3c8abfa61b27ca2f
Author:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
AuthorDate: Tue Sep  8 03:12:54 2020 +0000
Commit:     Azael Reyes <azael.devel <AT> gmail <DOT> com>
CommitDate: Tue Sep  8 03:12:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=796eebd2

app-misc/apidb: adding use for postgresq.

Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Azael Reyes <azael.devel <AT> gmail.com>

 app-misc/apidb/apidb-5.0.0_alpha.ebuild | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-misc/apidb/apidb-5.0.0_alpha.ebuild b/app-misc/apidb/apidb-5.0.0_alpha.ebuild
index 8c65f8d..c532b3c 100644
--- a/app-misc/apidb/apidb-5.0.0_alpha.ebuild
+++ b/app-misc/apidb/apidb-5.0.0_alpha.ebuild
@@ -45,6 +45,12 @@ src_prepare() {
 }
 
 src_configure() {
-	local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha  -DAPIDB_MARIADB=Y -DPLATFORM=Gentoo -DCOMPONENT=FULL)
+	local mycmakeargs=(-DAPIDB_VERSION_STAGE=alpha -DPLATFORM=Gentoo -DCOMPONENT=FULL)
+	if use mariadb ;then
+		mycmakeargs+=(-DAPIDB_MARIADB=Y)
+	fi
+	if use postgresql ;then
+		mycmakeargs+=(-DAPIDB_POSTGRESQL=Y)
+	fi
 	cmake_src_configure
 }


             reply	other threads:[~2020-09-08  3:13 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-08  3:13 Azael Reyes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-15 10:51 [gentoo-commits] repo/proj/guru:dev commit in: app-misc/apidb/ Andrew Ammerlaan
2021-10-05  0:27 Azael Reyes
2021-09-25 17:13 Arthur Zamarin
2021-08-08  2:33 Azael Reyes
2021-08-05  1:28 Azael Reyes
2021-07-19  9:59 Andrew Ammerlaan
2021-06-26 23:42 Azael Reyes
2021-05-17 19:14 Andrew Ammerlaan
2021-05-16 16:38 Anna Vyalkova
2021-04-01  7:50 Andrew Ammerlaan
2021-01-05  8:20 Azael Reyes
2020-11-03  5:24 Azael Reyes
2020-09-26 22:21 Azael Reyes
2020-09-26 21:52 Azael Reyes
2020-09-25  5:02 Azael Reyes
2020-09-11  7:45 Azael Reyes
2020-09-08  3:13 Azael Reyes
2020-05-05  9:46 Andrew Ammerlaan
2020-05-05  2:34 Azael Reyes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1599534774.796eebd2c1fe3c7ce99b67ec3c8abfa61b27ca2f.AzaelReyes@gentoo \
    --to=azael.devel@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox