Skip to content

Commit

Permalink
packetstormexploits-meta: fix slots
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed Dec 19, 2024
1 parent 3b6be5a commit 81e74b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand All @@ -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 )
"
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

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"

Expand All @@ -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 )
"

0 comments on commit 81e74b3

Please sign in to comment.