diff --git a/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2022.ebuild b/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2022.ebuild index 60b47c94ff..20882f2ca5 100644 --- a/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2022.ebuild +++ b/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2022.ebuild @@ -6,8 +6,8 @@ EAPI=8 DESCRIPTION="Meta ebuild of packetstorm exploits" HOMEPAGE="http://packetstormsecurity.net" LICENSE="HPND" -KEYWORDS="amd64 arm64 x86" SLOT="0" +KEYWORDS="amd64 arm64 x86" IUSE="2012 2013 2014 2015 2016 2017 2018 2019 2020 +2021 +2022" @@ -22,4 +22,5 @@ RDEPEND=" 2019? ( app-exploits/packetstormexploits:2019 ) 2020? ( app-exploits/packetstormexploits:2020 ) 2021? ( app-exploits/packetstormexploits:2021 ) + 2022? ( app-exploits/packetstormexploits:2022 ) " diff --git a/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2023.ebuild b/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2023.ebuild index 40b12ceaf3..71608d7f69 100644 --- a/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2023.ebuild +++ b/app-exploits/packetstormexploits-meta/packetstormexploits-meta-2023.ebuild @@ -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 @@ -6,8 +6,8 @@ EAPI=8 DESCRIPTION="Meta ebuild of packetstorm exploits" HOMEPAGE="http://packetstormsecurity.net" LICENSE="HPND" -KEYWORDS="amd64 arm64 x86" SLOT="0" +KEYWORDS="amd64 arm64 x86" IUSE="2012 2013 2014 2015 2016 2017 2018 2019 2020 +2021 +2022 +2023" @@ -22,4 +22,6 @@ RDEPEND=" 2019? ( app-exploits/packetstormexploits:2019 ) 2020? ( app-exploits/packetstormexploits:2020 ) 2021? ( app-exploits/packetstormexploits:2021 ) + 2022? ( app-exploits/packetstormexploits:2022 ) + 2023? ( app-exploits/packetstormexploits:2023 ) "