diff options
-rw-r--r-- | dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild index e580e5fedc1c..6f216a3d776b 100644 --- a/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild +++ b/dev-perl/USB-LibUSB/USB-LibUSB-0.90.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 DIST_VERSION=0.09 DIST_AUTHOR=AMBA -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" inherit perl-module DESCRIPTION="Perl interface to the libusb-1.0 API" |