diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-29 09:53:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-29 12:45:54 +0100 |
commit | 6ece62678d63edee4c322280a03c72ad0618d780 (patch) | |
tree | 5445517bfbd1efb1007909bd97cc56bfa4fa09e3 /xfce-base | |
parent | xfce-base/libxfce4ui: Enable introspection by default (diff) | |
download | gentoo-6ece62678d63edee4c322280a03c72ad0618d780.tar.gz gentoo-6ece62678d63edee4c322280a03c72ad0618d780.tar.bz2 gentoo-6ece62678d63edee4c322280a03c72ad0618d780.zip |
xfce-base/libxfce4util: Enable introspection by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.16.0.ebuild index de84c2ad3ba2..035b85eef098 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 |