summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-libs/gnome-online-accounts')
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild5
-rw-r--r--net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild5
2 files changed, 8 insertions, 2 deletions
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
index 90a80a4489ec..ed7cb68c8a1c 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.0.ebuild
@@ -59,7 +59,10 @@ src_prepare() {
src_configure() {
# TODO: Give users a way to set the G/FB/Windows Live secrets
- gnome2_src_configure \
+
+ # CONFIG_SHELL for bashisms in bug #829494, patch submitted upstream.
+ # Can be removed in future.
+ CONFIG_SHELL="${BROOT}/bin/bash" gnome2_src_configure \
--disable-static \
--enable-backend \
--enable-documentation \
diff --git a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
index f012afee23f2..fe36f7b72807 100644
--- a/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
+++ b/net-libs/gnome-online-accounts/gnome-online-accounts-3.40.1.ebuild
@@ -59,7 +59,10 @@ src_prepare() {
src_configure() {
# TODO: Give users a way to set the G/FB/Windows Live secrets
- gnome2_src_configure \
+
+ # CONFIG_SHELL for bashisms in bug #829494, patch submitted upstream.
+ # Can be removed in future.
+ CONFIG_SHELL="${BROOT}/bin/bash" gnome2_src_configure \
--disable-static \
--enable-backend \
--enable-documentation \