Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/
Date: Fri, 08 Jan 2021 12:40:40
Message-Id: 1610109588.352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2.mgorny@gentoo
1 commit: 352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 12:33:31 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 12:39:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352b1d9a
7
8 xfce-base/xfconf: Enable introspection by default
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/xfconf/xfconf-4.16.0.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild b/xfce-base/xfconf/xfconf-4.16.0.ebuild
16 index c733a69d2aa..564b9ba7d39 100644
17 --- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
18 +++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
26 LICENSE="GPL-2+"
27 SLOT="0/3"
28 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
29 -IUSE="debug introspection vala"
30 +IUSE="debug +introspection vala"
31 REQUIRED_USE="vala? ( introspection )"
32
33 RDEPEND=">=dev-libs/glib-2.50