diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-03 19:04:04 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-03 19:04:04 +0000 |
| commit | aea0caf6fbf330077944736867748fcdabc85d33 (patch) | |
| tree | 8abfffe4f3beca7a0fb19f0821243fb2c4f74285 /dev-util/patchutils | |
| parent | 9db05347f01604a785caafda9c9c5dbac4649447 (diff) | |
| download | baldeagleos-repo-aea0caf6fbf330077944736867748fcdabc85d33.tar.gz baldeagleos-repo-aea0caf6fbf330077944736867748fcdabc85d33.tar.xz baldeagleos-repo-aea0caf6fbf330077944736867748fcdabc85d33.zip | |
Adding metadata
Diffstat (limited to 'dev-util/patchutils')
| -rw-r--r-- | dev-util/patchutils/patchutils-0.4.4-r1.ebuild (renamed from dev-util/patchutils/patchutils-0.4.4.ebuild) | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/dev-util/patchutils/patchutils-0.4.4.ebuild b/dev-util/patchutils/patchutils-0.4.4-r1.ebuild index da749ec62987..591624f9794d 100644 --- a/dev-util/patchutils/patchutils-0.4.4.ebuild +++ b/dev-util/patchutils/patchutils-0.4.4-r1.ebuild @@ -3,7 +3,9 @@ EAPI=8 -inherit autotools toolchain-funcs +PYTHON_COMPAT=( python3_{11..14} ) + +inherit autotools python-single-r1 toolchain-funcs DESCRIPTION="Collection of tools that operate on patch files" HOMEPAGE="https://cyberelk.net/tim/software/patchutils/" @@ -13,20 +15,27 @@ LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="pcre" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" -RDEPEND="pcre? ( dev-libs/libpcre2:= )" +RDEPEND=" + !<app-shells/bash-completion-2.16.0-r3 + pcre? ( dev-libs/libpcre2:= ) + ${PYTHON_DEPS} +" DEPEND=" ${RDEPEND} elibc_musl? ( >=sys-libs/error-standalone-2.0 ) " BDEPEND="virtual/pkgconfig" -RDEPEND+=" - !<app-shells/bash-completion-2.16.0-r3 -" + +pkg_setup() { + python-single-r1_pkg_setup +} src_prepare() { default eautoreconf + python_fix_shebang patchview } src_configure() { |
