pentoo-installer: restore .bashrc

This commit is contained in:
Rick Farina (Zero_Chaos) 2024-03-04 13:58:03 -05:00
parent d5c4a09af9
commit cb34387506
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 3 additions and 3 deletions

View file

@ -1 +1 @@
DIST pentoo-installer-20230824.tar.gz 44693 BLAKE2B a01caba5d2f2e08bbb3d66d57099805fd92e777818dd08ce713dbffaf9314369c5f37052f0ecdd9dc1291cc06a99db14335cff8ae4fad3d64a99400e9bd51fe1 SHA512 09a161fb5e55e7ff1a9a5e4216d7a06a3a8b47c9ca108e04ecccdb26741a66366548019a6eb012710ec5ae1c45012d1f3a1ca9ab0d11cfc8d076cfc081d5a880
DIST pentoo-installer-20240304.tar.gz 44728 BLAKE2B 820d5fa9de7ae437496714443e5c477e7fdd3af1565d9099ce64e5c83966b05f8a52d5dda10e23743fd2236690de0b4abe20a256a809743efed9aabd4c11c60a SHA512 0df7e9880138e29f9ff6ebf838c6b820e7e4c4cf8e2204dfd1c155956224f6d91080c4cb685ff5312cfeabca9c4ceafc7d710a41253c27bffa1a2b697a6d2d17

View file

@ -1,4 +1,4 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="46e8b76cbfe22053868bf92bc98c69adfcdb305d"
GIT_COMMIT="afc1a21e04d61c59fbf9a7e193c140ab5badf263"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi