diff options
author | 2021-01-25 00:42:58 +0000 | |
---|---|---|
committer | 2021-01-25 00:42:58 +0000 | |
commit | a681b6291d8e26cbea69e4a3f7eb4f08d0c05559 (patch) | |
tree | a9031fd246890b12c9897bfb5cc2c6101bba21a2 | |
parent | media-sound/fluidsynth: Stabilize 2.1.5 arm, #766177 (diff) | |
download | gentoo-a681b6291d8e26cbea69e4a3f7eb4f08d0c05559.tar.gz gentoo-a681b6291d8e26cbea69e4a3f7eb4f08d0c05559.tar.bz2 gentoo-a681b6291d8e26cbea69e4a3f7eb4f08d0c05559.zip |
dev-libs/libgusb: Stabilize 0.3.5 arm, #766240
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libgusb/libgusb-0.3.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libgusb/libgusb-0.3.5.ebuild b/dev-libs/libgusb/libgusb-0.3.5.ebuild index eed4523d8daf..9f5d12d2e063 100644 --- a/dev-libs/libgusb/libgusb-0.3.5.ebuild +++ b/dev-libs/libgusb/libgusb-0.3.5.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 @@ -15,7 +15,7 @@ SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sparc x86" IUSE="gtk-doc +introspection static-libs test +vala" REQUIRED_USE="vala? ( introspection )" |