pentoo-installer: remove tzselect dialog support

This commit is contained in:
Rick Farina (Zero_Chaos) 2023-05-10 12:10:28 -04:00
parent b9b53854ad
commit ea858d1d0a
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC
3 changed files with 2 additions and 2 deletions

View file

@ -1 +1 @@
DIST pentoo-installer-20230322.tar.gz 47649 BLAKE2B ff80169c75b9e11493a391dc6074e50a930ca21eb3862e13daed4499cb2df8b193406feb4c02df7e8e1c4d33bf120f67ad602b5b9364bf7ccccab136fc0a0aa9 SHA512 9ce8b5cdaa170b10a29291df3ff4c712249634903bafe3e832d4a7ca4f24339fdd7cc11dc4e5200aa0b8d20f380f5dae10acf90e6c1219db6084626f0ade2662
DIST pentoo-installer-20230510.tar.gz 44644 BLAKE2B 0d838bdd2dda9c8ad3aa9693812e7b62093640418293dc76f8da3058359b0fbd19ae3ce3faf611f84a90597f7611b386c9b657e99c67f749fd6e57b7115fc1db SHA512 5e88a76922df0fbbe32804dbf2ef18ad1e7b7a1d7a44a9305b56cad154d2ec0e2c42a2cf81e51e2b95d0c3dba5288114dc3503f14782e7ff2f6480d8aebc3029

View file

@ -14,7 +14,7 @@ if [[ "${PV}" == "99999999" ]] ; then
EGIT_REPO_URI="https://github.com/pentoo/${PN}.git"
else
KEYWORDS="~amd64 ~x86"
GIT_COMMIT="2409bb6239a38f57c04cb87a51b6e6d804d50d97"
GIT_COMMIT="d526f1bfef818bf2bab0c5feb73349a7fa7db2c6"
SRC_URI="https://github.com/pentoo/pentoo-installer/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${GIT_COMMIT}"
fi