Skip to content

Commit

Permalink
burpsuite: fix deps and keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroChaos- committed May 15, 2024
1 parent d810fd5 commit fe44345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net-proxy/burpsuite/burpsuite-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ if [ "${PV}" != "9999" ]; then
fi

if [ "${PV}" != "9999" ]; then
KEYWORDS="amd64 x86"
KEYWORDS="~amd64 ~x86"
fi
fi

BDEPEND="app-arch/zip"
#java-pkg-2 sets java based on RDEPEND so the java slot in rdepend is used to build
RDEPEND="virtual/jre:17"
RDEPEND="virtual/jre:21"

pkg_setup() {
if [[ "${PV}" == *9999 ]]; then
Expand Down

0 comments on commit fe44345

Please sign in to comment.