diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-03-12 19:17:34 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-03-12 19:19:16 +0000 |
commit | 593e4be87126a044447ea0f5d5f9262304598662 (patch) | |
tree | a50f142d5d51c27c1cfa66ad5c13e5c8b91c3021 /dev-libs/miniz | |
parent | dev-libs/miniz: add myself as a maintainer (diff) | |
download | gentoo-593e4be87126a044447ea0f5d5f9262304598662.tar.gz gentoo-593e4be87126a044447ea0f5d5f9262304598662.tar.bz2 gentoo-593e4be87126a044447ea0f5d5f9262304598662.zip |
dev-libs/miniz: add subslot
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'dev-libs/miniz')
-rw-r--r-- | dev-libs/miniz/miniz-2.1.0-r3.ebuild (renamed from dev-libs/miniz/miniz-2.1.0-r2.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/miniz/miniz-2.1.0-r2.ebuild b/dev-libs/miniz/miniz-2.1.0-r3.ebuild index cc26fba366c0..686dcbff90a3 100644 --- a/dev-libs/miniz/miniz-2.1.0-r2.ebuild +++ b/dev-libs/miniz/miniz-2.1.0-r3.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 @@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/richgel999/miniz" SRC_URI="https://github.com/richgel999/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" -SLOT="0" +SLOT="0/${PV}" KEYWORDS="~amd64 ~x86" IUSE="" |