mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 20:43:38 +02:00
libvhdi-20251119.ebuild
This commit is contained in:
parent
2cd567a262
commit
7e44f2f178
2 changed files with 4 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
DIST libvhdi-20221124.tar.gz 1578125 BLAKE2B 825a797af64176541993dd7b9793bd2bb39c5b5e8ee952cd0ef06c14a52c7a3e28ecfb208dad0b2057c5e053988084996288e43f52998596be8ee64b4de354c0 SHA512 279ebf1787099183c47bccff8140428026189a41d6f4350296e4fe1f107df48d91345fa77025379daf6f7d521233235ef1536e52fb917e616992a6254f3a8a37
|
||||
DIST libvhdi-20251119.tar.gz 1516219 BLAKE2B 7a24f67adee870fb369ab7281d69f1bef26958b7295e1eafc872996c90a47bb76830ba27cb03ef12e0d717e4090bc53f62e29d08bdef5c9014e941220aab3336 SHA512 982ce91da22f174285aab00c26c4b26375f4d87afb08551a9c5a4d678e15010f066c624e1a0db87ae62a26d30d692a7f1c883dcbe748ebc3cf0e5817dbaa467f
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
|
@ -11,10 +11,11 @@ HOMEPAGE="https://github.com/libyal/libvhdi"
|
|||
|
||||
MY_PV="${PV%_alpha}"
|
||||
SRC_URI="https://github.com/libyal/libvhdi/releases/download/${MY_PV}/libvhdi-alpha-${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}"/${PN}-${MY_PV}
|
||||
|
||||
KEYWORDS="amd64 ~hppa ~ppc x86"
|
||||
LICENSE="LGPL-3"
|
||||
SLOT="0"
|
||||
KEYWORDS="amd64 ~hppa ~ppc x86"
|
||||
|
||||
IUSE="debug +fuse unicode python nls static static-libs"
|
||||
REQUIRED_USE="static? ( static-libs )
|
||||
|
|
@ -25,7 +26,6 @@ RDEPEND="${PYTHON_DEPS}
|
|||
|
||||
DEPEND="${RDEPEND}"
|
||||
BDEPEND="virtual/pkgconfig"
|
||||
S="${WORKDIR}"/${PN}-${MY_PV}
|
||||
|
||||
src_prepare() {
|
||||
eautoreconf
|
||||
Loading…
Reference in a new issue