Skip to content

Commit

Permalink
sys-libs/tdb: Add slot label
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniele Rondina committed Mar 31, 2023
1 parent 6b523f5 commit f467a17
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/atoms/base/sys-libs/tdb/definition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ version: 1.4.3+3
category: sys-libs
use_flags:
- -elibc_FreeBSD
- -python_single_target_python3_10
- -python_single_target_python3_8
- -python_single_target_python3_9
- python
Expand All @@ -14,6 +15,9 @@ requires:
- name: python-exec
version: '>=0'
category: dev-lang-2
- name: libbsd
version: '>=0'
category: dev-libs
annotations:
subsets:
rules:
Expand All @@ -29,20 +33,25 @@ labels:
BDEPEND: python_single_target_python3_7? ( dev-lang/python:3.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_7]
) python_single_target_python3_9? ( dev-lang/python:3.9[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_9]
) python_single_target_python3_8? ( dev-lang/python:3.8[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_8]
) python_single_target_python3_10? ( dev-lang/python:3.10[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_10]
) app-text/docbook-xml-dtd:4.2
DEPEND: '!elibc_FreeBSD? ( dev-libs/libbsd ) python? ( python_single_target_python3_7?
( dev-lang/python:3.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_7]
) python_single_target_python3_9? ( dev-lang/python:3.9[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_9]
) python_single_target_python3_8? ( dev-lang/python:3.8[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_8]
) python_single_target_python3_10? ( dev-lang/python:3.10[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_10]
) )'
IUSE: python python_single_target_python3_7 python_single_target_python3_9 python_single_target_python3_8
python_targets_python3_7 python_targets_python3_9 python_targets_python3_8
python_single_target_python3_10 python_targets_python3_7 python_targets_python3_9
python_targets_python3_8 python_targets_python3_10
RDEPEND: '!elibc_FreeBSD? ( dev-libs/libbsd ) python? ( python_single_target_python3_7?
( dev-lang/python:3.7[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_7]
) python_single_target_python3_9? ( dev-lang/python:3.9[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_9]
) python_single_target_python3_8? ( dev-lang/python:3.8[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_8]
) python_single_target_python3_10? ( dev-lang/python:3.10[threads(+)] >=dev-lang/python-exec-2:=[python_targets_python3_10]
) )'
emerge.packages: sys-libs/tdb
kit: core-server-kit
original.package.name: sys-libs/tdb
original.package.slot: "0"
original.package.version: 1.4.3

0 comments on commit f467a17

Please sign in to comment.