commit:     d911bf4227c1ff6eb8f4f16e1d66f4179943c27f
Author:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
AuthorDate: Wed Mar  1 22:03:47 2023 +0000
Commit:     Yuan Liao <liaoyuan <AT> gmail <DOT> com>
CommitDate: Wed Mar  1 22:03:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d911bf42

gnome-extra/extension-manager: Add values for new upstream Meson options

Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>

 gnome-extra/extension-manager/extension-manager-9999.ebuild | 7 +++++--
 1 file 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 <[email protected]>"
+       )
        if has live ${PROPERTIES}; then
                # Produce a development build for live ebuild
                emesonargs+=( -Ddevelopment=true )

Reply via email to