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/libxfce4util/
Date: Tue, 29 Dec 2020 11:46:07
Message-Id: 1609242354.6ece62678d63edee4c322280a03c72ad0618d780.mgorny@gentoo
1 commit: 6ece62678d63edee4c322280a03c72ad0618d780
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 08:53:29 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 11:45:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ece6267
7
8 xfce-base/libxfce4util: Enable introspection by default
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
16 index de84c2ad3ba..035b85eef09 100644
17 --- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
18 +++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild
19 @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
20 LICENSE="LGPL-2+ GPL-2+"
21 SLOT="0/7"
22 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
23 -IUSE="introspection vala"
24 +IUSE="+introspection vala"
25 REQUIRED_USE="vala? ( introspection )"
26
27 RDEPEND=">=dev-libs/glib-2.50