Diff pax-utils-1.3.7 with a pax-utils-9999
| /usr/portage/app-misc/pax-utils/pax-utils-9999.ebuild 2024-12-25 14:59:47.115270040 +0300 | ||
|---|---|---|
| 6 | 6 | 
    # Note: if bumping pax-utils because of syscall changes in glibc, please  | 
  
| 7 | 7 | 
    # revbump glibc and update the dependency in its ebuild for the affected  | 
  
| 8 | 8 | 
    # versions.  | 
  
| 9 | 
    PYTHON_COMPAT=( python3_{10..12} )
   | 
  |
| 9 | 
    PYTHON_COMPAT=( python3_{10..13} )
   | 
  |
| 10 | 10 | |
| 11 | 11 | 
    inherit meson python-single-r1  | 
  
| 12 | 12 | |
| ... | ... | |
| 21 | 21 | 
    		https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz
   | 
  
| 22 | 22 | 
    		https://dev.gentoo.org/~vapier/dist/${P}.tar.xz
   | 
  
| 23 | 23 | 
    "  | 
  
| 24 | 
    KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"  | 
  |
| 24 | 
    KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"  | 
  |
| 25 | 25 | 
    fi  | 
  
| 26 | 26 | |
| 27 | 27 | 
    LICENSE="GPL-2"  | 
  
| 28 | 28 | 
    SLOT="0"  | 
  
| 29 | 
    IUSE="caps man python seccomp test"  | 
  |
| 29 | 
    IUSE="caps +man python seccomp test"  | 
  |
| 30 | 30 | 
    REQUIRED_USE="  | 
  
| 31 | 31 | 
    	python? ( ${PYTHON_REQUIRED_USE} )
   | 
  
| 32 | 32 | 
    test? ( python )  |