commit: 6ece62678d63edee4c322280a03c72ad0618d780 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Dec 29 08:53:29 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Dec 29 11:45:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ece6267
xfce-base/libxfce4util: Enable introspection by default Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild index de84c2ad3ba..035b85eef09 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="LGPL-2+ GPL-2+" SLOT="0/7" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" -IUSE="introspection vala" +IUSE="+introspection vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=">=dev-libs/glib-2.50
