Skip to content

Commit

Permalink
app-arch/brotli: Bump v.1.0.9+4
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 29, 2023
1 parent 8275244 commit 15a382e
Showing 1 changed file with 16 additions and 7 deletions.
23 changes: 16 additions & 7 deletions packages/atoms/base/app-arch/brotli/definition.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
name: brotli
version: 1.0.9+3
version: 1.0.9+4
category: app-arch
use_flags:
- -python_targets_python2_7
- -python_targets_python3_10
- -python_targets_python3_8
- -python_targets_python3_9
- python
- python_targets_python2_7
- python_targets_python3_7
requires:
- name: python
Expand All @@ -25,15 +28,21 @@ uri:
license: MIT python? ( Apache-2.0 )
labels:
BDEPEND: dev-util/ninja >=dev-util/cmake-3.9.6
DEPEND: python? ( python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
DEPEND: python? ( python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9?
( dev-lang/python:3.9 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_10? ( dev-lang/python:3.10
) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python2_7(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python2_7(-),-python_single_target_python3_10(-)]
)
IUSE: python test abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32
abi_s390_32 abi_s390_64 python_targets_python3_7 python_targets_python2_7
RDEPEND: python? ( python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python2_7(-)?,-python_single_target_python3_7(-),-python_single_target_python2_7(-)]
abi_s390_32 abi_s390_64 python_targets_python3_7 python_targets_python3_9 python_targets_python3_8
python_targets_python2_7 python_targets_python3_10
RDEPEND: python? ( python_targets_python3_7? ( dev-lang/python:3.7 ) python_targets_python3_9?
( dev-lang/python:3.9 ) python_targets_python3_8? ( dev-lang/python:3.8 ) python_targets_python2_7?
( >=dev-lang/python-2.7.5-r2:2.7 ) python_targets_python3_10? ( dev-lang/python:3.10
) >=dev-lang/python-exec-2:=[python_targets_python3_7(-)?,python_targets_python3_9(-)?,python_targets_python3_8(-)?,python_targets_python2_7(-)?,python_targets_python3_10(-)?,-python_single_target_python3_7(-),-python_single_target_python3_9(-),-python_single_target_python3_8(-),-python_single_target_python2_7(-),-python_single_target_python3_10(-)]
)
emerge.packages: app-arch/brotli
kit: core-kit
original.package.name: app-arch/brotli
original.package.slot: "0"
original.package.version: 1.0.9

0 comments on commit 15a382e

Please sign in to comment.