commit: 352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Jan 8 12:33:31 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Jan 8 12:39:48 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=352b1d9a
xfce-base/xfconf: Enable introspection by default Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-base/xfconf/xfconf-4.16.0.ebuild | 4 ++-- 1 file 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 c733a69d2aa..564b9ba7d39 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
