virtual/frida - 17.2.0 (pentoo)

Search

Virtual Group Dependencies

This virtual package provides the following dependencies:

Install

Install this version:

emerge -a =virtual/frida-17.2.0

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =virtual/frida-17.2.0

Or alternatively:

emerge --autounmask-write -a =virtual/frida-17.2.0

Package Information

Description:
Virtual for Frida

Ebuild Details

Version EAPI Keywords Slot
17.2.0 8 amd64 arm64 x86 0
View Raw Ebuild
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

PYTHON_COMPAT=( python3_{12..14} )
inherit python-r1

DESCRIPTION="Virtual for Frida"
SLOT="0"
KEYWORDS="amd64 arm64 x86"

RDEPEND="
	${PYTHON_DEPS}
	|| (
		>=dev-python/frida-bin-${PV}[${PYTHON_USEDEP}]
		>=dev-python/frida-${PV}[${PYTHON_USEDEP}]
	)"

REQUIRED_USE="${PYTHON_REQUIRED_USE}"

Inherited Eclasses

Dependencies

RDEPEND

	
	|| (
		>=dev-python/frida-bin-17.2.0[]
		>=dev-python/frida-[]
	)