aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuan Liao <liaoyuan@gmail.com>2023-03-01 14:03:47 -0800
committerYuan Liao <liaoyuan@gmail.com>2023-03-01 14:03:47 -0800
commitd911bf4227c1ff6eb8f4f16e1d66f4179943c27f (patch)
tree3dfb8bd8cb5bcf127890798e90b854e5a2271ecc
parentapp-office/openoffice-bin: 4.1.14 version bump (diff)
downloadguru-d911bf42.tar.gz
guru-d911bf42.tar.bz2
guru-d911bf42.zip
gnome-extra/extension-manager: Add values for new upstream Meson options
Signed-off-by: Yuan Liao <liaoyuan@gmail.com>
-rw-r--r--gnome-extra/extension-manager/extension-manager-9999.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnome-extra/extension-manager/extension-manager-9999.ebuild b/gnome-extra/extension-manager/extension-manager-9999.ebuild
index 717c819ec..273d091d9 100644
--- a/gnome-extra/extension-manager/extension-manager-9999.ebuild
+++ b/gnome-extra/extension-manager/extension-manager-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -41,7 +41,10 @@ DEPEND="
"
src_configure() {
- local emesonargs=()
+ local emesonargs=(
+ -Dpackage="ebuild"
+ -Ddistributor="Gentoo GURU <guru-bugs@gentoo.org>"
+ )
if has live ${PROPERTIES}; then
# Produce a development build for live ebuild
emesonargs+=( -Ddevelopment=true )