diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-29 09:53:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-29 12:45:53 +0100 |
commit | 2d7683f2b8c4c56cd1f444acb230c2f21faf0e86 (patch) | |
tree | 64ec3e973f197e5c4e15eb7709b2b4e7047c6d84 /xfce-base/libxfce4ui | |
parent | dev-python/numexpr: Bump to 2.7.2 re-release (diff) | |
download | gentoo-2d7683f2b8c4c56cd1f444acb230c2f21faf0e86.tar.gz gentoo-2d7683f2b8c4c56cd1f444acb230c2f21faf0e86.tar.bz2 gentoo-2d7683f2b8c4c56cd1f444acb230c2f21faf0e86.zip |
xfce-base/libxfce4ui: Enable introspection by default
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base/libxfce4ui')
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild index 5ec78d67a32b..07196d3c576d 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.16.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-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" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug glade introspection startup-notification system-info vala" +IUSE="debug glade +introspection startup-notification system-info vala" REQUIRED_USE="vala? ( introspection )" RDEPEND=">=dev-libs/glib-2.50:2 |