diff options
author | Michael Vetter <jubalh@iodoru.org> | 2023-07-11 05:06:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-07-26 04:00:06 +0100 |
commit | bebf26d22680710de88bc21db16799bdc27114f9 (patch) | |
tree | 0d9d7648f7a43b4b386e40b4e78b507274459b04 /net-im/dino | |
parent | dev-util/codespell: Add 2.2.5 (diff) | |
download | gentoo-bebf26d22680710de88bc21db16799bdc27114f9.tar.gz gentoo-bebf26d22680710de88bc21db16799bdc27114f9.tar.bz2 gentoo-bebf26d22680710de88bc21db16799bdc27114f9.zip |
net-im/dino: Specify soup version
Bug: https://bugs.gentoo.org/902753
Signed-off-by: Michael Vetter <jubalh@iodoru.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-im/dino')
-rw-r--r-- | net-im/dino/dino-0.4.2-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/dino/dino-0.4.2-r2.ebuild b/net-im/dino/dino-0.4.2-r2.ebuild index 3dc255e58a6c..de4977426bc8 100644 --- a/net-im/dino/dino-0.4.2-r2.ebuild +++ b/net-im/dino/dino-0.4.2-r2.ebuild @@ -77,6 +77,7 @@ src_configure() { "-DENABLED_PLUGINS=$(local IFS=";"; echo "${enabled_plugins[*]}")" "-DDISABLED_PLUGINS=$(local IFS=";"; echo "${disabled_plugins[*]}")" "-DVALA_EXECUTABLE=${VALAC}" + "-DSOUP_VERSION=2" "-DBUILD_TESTS=$(usex test)" ) |