diff options
author | Mathis Winterer <mrmagic223325@fedora.email> | 2023-06-18 12:53:29 +0200 |
---|---|---|
committer | Mathis Winterer <mrmagic223325@fedora.email> | 2023-06-18 12:57:33 +0200 |
commit | ed5abaac7d0aba7f462c795151928530d4cb36bd (patch) | |
tree | d2c1a7328f5f5aa2d02811c0f936b95a2247cd04 /app-admin | |
parent | app-admin/gentoo_update: bump to 0.1.5, add USE flags (diff) | |
download | guru-ed5abaac7d0aba7f462c795151928530d4cb36bd.tar.gz guru-ed5abaac7d0aba7f462c795151928530d4cb36bd.tar.bz2 guru-ed5abaac7d0aba7f462c795151928530d4cb36bd.zip |
dev-util/lua-language-server: add 3.6.22, drop 3.6.21
Signed-off-by: Mathis Winterer <mrmagic223325@fedora.email>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/gentoo_update/Manifest | 2 | ||||
-rw-r--r-- | app-admin/gentoo_update/gentoo_update-0.1.4.ebuild (renamed from app-admin/gentoo_update/gentoo_update-0.1.5.ebuild) | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/app-admin/gentoo_update/Manifest b/app-admin/gentoo_update/Manifest index 8dc9bef7e..e9d7a74cf 100644 --- a/app-admin/gentoo_update/Manifest +++ b/app-admin/gentoo_update/Manifest @@ -1,2 +1,2 @@ -DIST gentoo_update-0.1.5.gh.tar.gz 8474 BLAKE2B d30128bc7b63c0b980f700ebfc646e7ed2c579598e03f13e8ae1a048f2362acbe1800f5f679e92fb24fa17ade7f03847b7b4049b44266dc95f4e04b84adf2f94 SHA512 032f8338bd3e6d4fa1cadfafc7906b14dee6f17f9209e4bdb45828bb2bf90234584a89e84418c27d411829f2f57263e1913f863861306241bd0df8d7303d9c33 +DIST gentoo_update-0.1.4.gh.tar.gz 7757 BLAKE2B 1455dcc51d43448701cc2ffc93330baf7e5fb516fa9e42757156133ace1c60943b85f58ab120129123ac567f0fc4e133b67cd6cb9c48a67d8763cf3b1df362bd SHA512 8a89ef60253948b8526ffcb75d95619df68ffd3f5c593080f14f05242b8bcd6f2951619fda15d054730fdeebbba58292fd7a30f146d8798c72c97037503b1518 diff --git a/app-admin/gentoo_update/gentoo_update-0.1.5.ebuild b/app-admin/gentoo_update/gentoo_update-0.1.4.ebuild index 979f8e976..8ecaee677 100644 --- a/app-admin/gentoo_update/gentoo_update-0.1.5.ebuild +++ b/app-admin/gentoo_update/gentoo_update-0.1.4.ebuild @@ -13,12 +13,6 @@ SRC_URI="https://github.com/Lab-Brat/gentoo_update/archive/refs/tags/${PV}.tar.g LICENSE="MIT" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="gentoo_update_cleanup gentoo_update_checkrestart" - -RDEPEND=" - gentoo_update_cleanup? ( app-portage/gentoolkit ) - gentoo_update_checkrestart? ( app-admin/needrestart ) -" distutils_enable_tests unittest |