summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-08 13:33:31 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-08 13:39:48 +0100
commit352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2 (patch)
tree1109802399be94dc074b7632d6e06497b6f5ce2b
parentdev-util/catfish: Bump to 4.16.0 (diff)
downloadgentoo-352b1d9a.tar.gz
gentoo-352b1d9a.tar.bz2
gentoo-352b1d9a.zip
xfce-base/xfconf: Enable introspection by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--xfce-base/xfconf/xfconf-4.16.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/xfconf/xfconf-4.16.0.ebuild b/xfce-base/xfconf/xfconf-4.16.0.ebuild
index c733a69d2aad..564b9ba7d397 100644
--- a/xfce-base/xfconf/xfconf-4.16.0.ebuild
+++ b/xfce-base/xfconf/xfconf-4.16.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2+"
SLOT="0/3"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris"
-IUSE="debug introspection vala"
+IUSE="debug +introspection vala"
REQUIRED_USE="vala? ( introspection )"
RDEPEND=">=dev-libs/glib-2.50