Gentoo Archives: gentoo-commits

From: Yuan Liao <liaoyuan@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: gnome-extra/extension-manager/
Date: Wed, 01 Mar 2023 22:08:21
Message-Id: 1677708227.d911bf4227c1ff6eb8f4f16e1d66f4179943c27f.liaoyuan@gentoo
1 commit: d911bf4227c1ff6eb8f4f16e1d66f4179943c27f
2 Author: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 1 22:03:47 2023 +0000
4 Commit: Yuan Liao <liaoyuan <AT> gmail <DOT> com>
5 CommitDate: Wed Mar 1 22:03:47 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d911bf42
7
8 gnome-extra/extension-manager: Add values for new upstream Meson options
9
10 Signed-off-by: Yuan Liao <liaoyuan <AT> gmail.com>
11
12 gnome-extra/extension-manager/extension-manager-9999.ebuild | 7 +++++--
13 1 file changed, 5 insertions(+), 2 deletions(-)
14
15 diff --git a/gnome-extra/extension-manager/extension-manager-9999.ebuild b/gnome-extra/extension-manager/extension-manager-9999.ebuild
16 index 717c819ec..273d091d9 100644
17 --- a/gnome-extra/extension-manager/extension-manager-9999.ebuild
18 +++ b/gnome-extra/extension-manager/extension-manager-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 2022 Gentoo Authors
21 +# Copyright 2022-2023 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=8
25 @@ -41,7 +41,10 @@ DEPEND="
26 "
27
28 src_configure() {
29 - local emesonargs=()
30 + local emesonargs=(
31 + -Dpackage="ebuild"
32 + -Ddistributor="Gentoo GURU <guru-bugs@g.o>"
33 + )
34 if has live ${PROPERTIES}; then
35 # Produce a development build for live ebuild
36 emesonargs+=( -Ddevelopment=true )