diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-01-03 07:49:36 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-01-03 07:52:18 +0100 |
commit | 6fdd7151f130bbb75fa997ad5ba9139a0b390b67 (patch) | |
tree | 211c0e59389e86a561341cecf27e8690af2086a7 /xfce-base | |
parent | app-arch/dpkg: update sed with proper patch. (diff) | |
download | gentoo-6fdd7151f130bbb75fa997ad5ba9139a0b390b67.tar.gz gentoo-6fdd7151f130bbb75fa997ad5ba9139a0b390b67.tar.bz2 gentoo-6fdd7151f130bbb75fa997ad5ba9139a0b390b67.zip |
xfce-base/libxfce4ui: Remove unused debug flag
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4ui/libxfce4ui-4.18.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-base/libxfce4ui/libxfce4ui-4.18.0.ebuild b/xfce-base/libxfce4ui/libxfce4ui-4.18.0.ebuild index 55757bdf4227..31a8ab010145 100644 --- a/xfce-base/libxfce4ui/libxfce4ui-4.18.0.ebuild +++ b/xfce-base/libxfce4ui/libxfce4ui-4.18.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -15,7 +15,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 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="debug glade +introspection startup-notification system-info vala" +IUSE="glade +introspection startup-notification system-info vala" REQUIRED_USE="vala? ( introspection )" DEPEND=" |