mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
media-libs/libdisplay-info: automatically determine subslot from version
Upstream automatically determines soversion by passing in the package `version_minor`, so we can do the same ourselves. Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
@@ -12,7 +12,7 @@ HOMEPAGE="https://gitlab.freedesktop.org/emersion/libdisplay-info"
|
||||
SRC_URI="https://gitlab.freedesktop.org/emersion/${PN}/-/releases/${PV}/downloads/${P}.tar.xz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0/2"
|
||||
SLOT="0/$(ver_cut 2)"
|
||||
KEYWORDS="amd64 ~arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86"
|
||||
|
||||
BDEPEND="
|
||||
|
||||
Reference in New Issue
Block a user