diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-03 17:13:21 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2018-09-03 17:13:42 +0300 |
commit | f3eceecd5b5840cfe53db147acb9b25cef3a7e54 (patch) | |
tree | 402fcc065dc9a91b698526f2583d9bfaa728aceb /dev-embedded | |
parent | dev-libs/nss: Removed old. (diff) | |
download | gentoo-f3eceecd5b5840cfe53db147acb9b25cef3a7e54.tar.gz gentoo-f3eceecd5b5840cfe53db147acb9b25cef3a7e54.tar.bz2 gentoo-f3eceecd5b5840cfe53db147acb9b25cef3a7e54.zip |
dev-embedded/u-boot-tools: mark stable
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild b/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild index 1a32e2433fa0..76939bc8bba5 100644 --- a/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild +++ b/dev-embedded/u-boot-tools/u-boot-tools-2018.05.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.denx.de/pub/u-boot/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="" S=${WORKDIR}/${MY_P} |