diff options
author | Azamat H. Hackimov <azamat.hackimov@gmail.com> | 2023-09-27 10:40:36 +0300 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2023-09-27 12:56:16 -0500 |
commit | f7162108b9ce47c2b7eb7c88404101a0a62e8ecf (patch) | |
tree | 122b40dd9bc91014e690375da66fdaf68f961501 /dev-libs/libx86emu | |
parent | x11-misc/i3blocks-contrib: fix clang/llvm build (diff) | |
download | gentoo-f7162108b9ce47c2b7eb7c88404101a0a62e8ecf.tar.gz gentoo-f7162108b9ce47c2b7eb7c88404101a0a62e8ecf.tar.bz2 gentoo-f7162108b9ce47c2b7eb7c88404101a0a62e8ecf.zip |
dev-libs/libx86emu: add subslot to 1.1
Bug: https://bugs.gentoo.org/914763
Signed-off-by: Azamat H. Hackimov <azamat.hackimov@gmail.com>
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'dev-libs/libx86emu')
-rw-r--r-- | dev-libs/libx86emu/libx86emu-1.1-r1.ebuild (renamed from dev-libs/libx86emu/libx86emu-1.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libx86emu/libx86emu-1.1.ebuild b/dev-libs/libx86emu/libx86emu-1.1-r1.ebuild index 21c131149a92..d9350ff29d80 100644 --- a/dev-libs/libx86emu/libx86emu-1.1.ebuild +++ b/dev-libs/libx86emu/libx86emu-1.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ HOMEPAGE="https://www.opensuse.org/" SRC_URI="https://download.opensuse.org/source/factory/repo/oss/suse/src/${P}-9.8.src.rpm" LICENSE="HPND" -SLOT="0" +SLOT="0/$(ver_cut 1-2)" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" PATCHES=( |