diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-01-08 13:33:31 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-01-08 13:39:48 +0100 |
commit | 352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2 (patch) | |
tree | 1109802399be94dc074b7632d6e06497b6f5ce2b /xfce-base/xfconf | |
parent | dev-util/catfish: Bump to 4.16.0 (diff) | |
download | gentoo-352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2.tar.gz gentoo-352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2.tar.bz2 gentoo-352b1d9a9ce073ef2b5a48b0ecba765a625b9fb2.zip |
xfce-base/xfconf: Enable introspection by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/xfconf-4.16.0.ebuild | 4 |
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 |