diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 22:20:47 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-10 22:20:47 +0100 |
commit | 5584dd8a085952ad277747aa83828ed5bef5e6f1 (patch) | |
tree | 4378815853b9674bb158b239f3520075dd42ca4e /dev-libs/stb | |
parent | dev-python/uranium: Stabilize 4.12.1 amd64, #834389 (diff) | |
download | gentoo-5584dd8a085952ad277747aa83828ed5bef5e6f1.tar.gz gentoo-5584dd8a085952ad277747aa83828ed5bef5e6f1.tar.bz2 gentoo-5584dd8a085952ad277747aa83828ed5bef5e6f1.zip |
dev-libs/stb: Stabilize 20200713 amd64, #834389
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-libs/stb')
-rw-r--r-- | dev-libs/stb/stb-20200713.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/stb/stb-20200713.ebuild b/dev-libs/stb/stb-20200713.ebuild index 2e4c6ded8b9f..17561e11cde8 100644 --- a/dev-libs/stb/stb-20200713.ebuild +++ b/dev-libs/stb/stb-20200713.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/nothings/stb/archive/${CHECKSUM}.tar.gz -> ${P}.tar. LICENSE="|| ( MIT Unlicense )" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~x86" IUSE="" |