mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 14:51:14 +02:00
pentoo-installer: bump to include fixes for theme and manual partitioning
This commit is contained in:
parent
f963d03906
commit
f15ce95d1e
3 changed files with 5 additions and 4 deletions
|
|
@ -1,2 +1,2 @@
|
|||
DIST pentoo-installer-20190113.tar.gz 45924 BLAKE2B 7bb684a8f92395f13bd816848df8d9645821f07ae6567bc05018b4a85da21df52525a6a4720e92f00733d9cc2f0c10307aaa97f16bad223603567046992764ac SHA512 b92557762516bbbe28d7436fb3c56b5df72be6644969b9ce862da31f2a1e844eded8e5b2e86bbdc522b010d1775d145d6dcf9783295ec1f47660eedeab396462
|
||||
DIST pentoo-installer-20190120.tar.gz 45918 BLAKE2B f2ec5e71b05a27af5c1a1db18140d31f3535f8a4baa05306776bce3e38865b9ba12e1cbb9a2215528c99fa0bed067c35d64385a8365e6ba4d7c181707ea52bbc SHA512 4aedd72fe84eb81012b6ad17b28cae462f22bfe670ef5bea5a56a7e663b1006680553dee5b4ee2f41b0ab0fc5ce96a34202ab502c91c591f166bb711f38fda43
|
||||
DIST pentoo-installer-20190502.tar.gz 46000 BLAKE2B 6f355b0f4ac6f2287cf6a806c6d6d6c6e34908bbd1de59a1138b77c8eeb94fc767bd2a2e59342700ff739da75c7584fce2d17f84c99738f3d01f819f69262fd1 SHA512 28212eb516948f727a0180153db3450abbaf0bdb9b93e086055c520a5827fbf8389e9315cccdca318509e2e3861ce34f0c70666a886fed18d4b5c51b36dab054
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Copyright 1999-2018 Gentoo Foundation
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
|
@ -15,7 +15,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="07886171e80e5a39bbd25017bcce598e2d8850f9"
|
||||
GIT_COMMIT="149104bdf565e3900ed1bea2ccb5e93784408f57"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
@ -23,6 +23,7 @@ fi
|
|||
IUSE=""
|
||||
|
||||
PDEPEND="dev-util/dialog
|
||||
sys-apps/gptfdisk
|
||||
sys-apps/util-linux
|
||||
sys-block/parted
|
||||
sys-boot/efibootmgr
|
||||
|
|
@ -15,7 +15,7 @@ if [[ "${PV}" == "99999999" ]] ; then
|
|||
KEYWORDS=""
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="07886171e80e5a39bbd25017bcce598e2d8850f9"
|
||||
GIT_COMMIT="149104bdf565e3900ed1bea2ccb5e93784408f57"
|
||||
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue