diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:27:02 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-15 17:27:02 +0200 |
commit | bc5c5b93df90ea7f1af4e7fdc928ebb284ca5891 (patch) | |
tree | cc6371aa8e5ae2fd29ea0a9b9fccd52242b930f5 /sys-power/uhubctl | |
parent | sys-power/nvram-reboot: Sort KEYWORDS (diff) | |
download | gentoo-bc5c5b93df90ea7f1af4e7fdc928ebb284ca5891.tar.gz gentoo-bc5c5b93df90ea7f1af4e7fdc928ebb284ca5891.tar.bz2 gentoo-bc5c5b93df90ea7f1af4e7fdc928ebb284ca5891.zip |
sys-power/uhubctl: Sort KEYWORDS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-power/uhubctl')
-rw-r--r-- | sys-power/uhubctl/uhubctl-1.8-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-power/uhubctl/uhubctl-1.8-r1.ebuild b/sys-power/uhubctl/uhubctl-1.8-r1.ebuild index 743f2d6cbbaa..b4d0bbc30d7d 100644 --- a/sys-power/uhubctl/uhubctl-1.8-r1.ebuild +++ b/sys-power/uhubctl/uhubctl-1.8-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -9,7 +9,7 @@ SRC_URI="https://github.com/mvp/uhubctl/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86 ~arm" +KEYWORDS="~amd64 ~arm ~x86" IUSE="" DEPEND="virtual/libusb:1" |