2023-04-14 17:46:49 UTC

This commit is contained in:
Repository mirror & CI
2023-04-14 17:46:49 +00:00
parent c5cb4e90a3
commit aa5a954d21
10 changed files with 65 additions and 18 deletions

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,16 @@
BDEPEND=test? ( python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10[ncurses(+)] ) dev-python/azure-storage-blob[python_targets_python3_10(-)?] >=dev-python/boto3-1.9.178[python_targets_python3_10(-)?] dev-python/cryptography[python_targets_python3_10(-)?] dev-python/elasticsearch-py[python_targets_python3_10(-)?] >=dev-python/moto-1.3.7[python_targets_python3_10(-)?] dev-python/msgpack[python_targets_python3_10(-)?] dev-python/pylibmc[python_targets_python3_10(-)?] dev-python/pymongo[python_targets_python3_10(-)?] dev-python/pytest-celery[python_targets_python3_10(-)?] dev-python/pytest-click[python_targets_python3_10(-)?] dev-python/pytest-subtests[python_targets_python3_10(-)?] >=dev-python/pytest-timeout-1.4.2[python_targets_python3_10(-)?] >=dev-python/pyyaml-3.10[python_targets_python3_10(-)?] dev-python/redis[python_targets_python3_10(-)?] dev-python/sphinx-testing[python_targets_python3_10(-)?] dev-python/tblib[python_targets_python3_10(-)?] sci-astronomy/pyephem[python_targets_python3_10(-)?] ) doc? ( dev-python/docutils[python_targets_python3_10(-)?] >=dev-python/sphinx_celery-2.0.0[python_targets_python3_10(-)?] >=dev-python/sphinx-click-2.5.0[python_targets_python3_10(-)?] dev-python/jinja[python_targets_python3_10(-)?] dev-python/sqlalchemy[python_targets_python3_10(-)?] ) test? ( >=dev-python/billiard-3.6.4.0[python_targets_python3_10(-)?] <dev-python/billiard-5.0.0[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/click-didyoumean[python_targets_python3_10(-)?] dev-python/click-plugins[python_targets_python3_10(-)?] dev-python/click-repl[python_targets_python3_10(-)?] >=dev-python/kombu-5.3.0_beta1[python_targets_python3_10(-)?] <dev-python/kombu-6.0.0[python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_10(-)?] dev-python/vine[python_targets_python3_10(-)?] >=dev-python/pytest-7.2.1[python_targets_python3_10(-)?] ) doc? ( >=dev-python/sphinx-5.3.0 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare pretend setup test
DESCRIPTION=Asynchronous task queue/job queue based on distributed message passing
EAPI=8
HOMEPAGE=https://docs.celeryproject.org/en/stable/index.html https://pypi.org/project/celery/ https://github.com/celery/celery
INHERIT=bash-completion-r1 check-reqs distutils-r1 optfeature
IUSE=examples test doc python_targets_python3_10
KEYWORDS=~amd64
LICENSE=BSD
RDEPEND=>=dev-python/billiard-3.6.4.0[python_targets_python3_10(-)?] <dev-python/billiard-5.0.0[python_targets_python3_10(-)?] dev-python/click[python_targets_python3_10(-)?] dev-python/click-didyoumean[python_targets_python3_10(-)?] dev-python/click-plugins[python_targets_python3_10(-)?] dev-python/click-repl[python_targets_python3_10(-)?] >=dev-python/kombu-5.3.0_beta1[python_targets_python3_10(-)?] <dev-python/kombu-6.0.0[python_targets_python3_10(-)?] dev-python/pytz[python_targets_python3_10(-)?] dev-python/vine[python_targets_python3_10(-)?] python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_10 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/celery/celery/archive/v5.3.0b2.tar.gz -> celery-5.3.0_beta2.gh.tar.gz
_eclasses_=toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multilib d1408425c7c4a7669b9b17735404b693 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff check-reqs a5f1e025c53d62f98bc24bd63d7d95e1 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 05bcfd9823be251f6e9f211ca285094e optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=7a62cb7274f3f3aa3afbccf90b2035da

View File

@@ -11,6 +11,6 @@ RDEPEND=>=dev-python/requests-2.16.2[python_targets_python3_9(-)?,python_targets
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 python_targets_python3_11 )
RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://github.com/dropbox/dropbox-sdk-python/archive/refs/tags/v11.36.0.tar.gz -> dropbox-sdk-python-11.36.0.gh.tar.gz
SRC_URI=https://github.com/dropbox/dropbox-sdk-python/archive/refs/tags/v11.36.1.tar.gz -> dropbox-sdk-python-11.36.1.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 05bcfd9823be251f6e9f211ca285094e
_md5_=afc716a99000ff7f2954ed7b127dc6ec
_md5_=0ad51a8ccc2b14f255744ca9f01ba9ac

View File

@@ -13,4 +13,4 @@ RESTRICT=!test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/k/kurbopy/kurbopy-0.9.0.tar.gz https://crates.io/api/v1/crates/arrayvec/0.7.2/download -> arrayvec-0.7.2.crate https://crates.io/api/v1/crates/autocfg/1.1.0/download -> autocfg-1.1.0.crate https://crates.io/api/v1/crates/bitflags/1.2.1/download -> bitflags-1.2.1.crate https://crates.io/api/v1/crates/cfg-if/1.0.0/download -> cfg-if-1.0.0.crate https://crates.io/api/v1/crates/either/1.6.1/download -> either-1.6.1.crate https://crates.io/api/v1/crates/indoc/1.0.6/download -> indoc-1.0.6.crate https://crates.io/api/v1/crates/instant/0.1.9/download -> instant-0.1.9.crate https://crates.io/api/v1/crates/itertools/0.10.3/download -> itertools-0.10.3.crate https://crates.io/api/v1/crates/kurbo/0.9.0/download -> kurbo-0.9.0.crate https://crates.io/api/v1/crates/libc/0.2.88/download -> libc-0.2.88.crate https://crates.io/api/v1/crates/lock_api/0.4.2/download -> lock_api-0.4.2.crate https://crates.io/api/v1/crates/memoffset/0.8.0/download -> memoffset-0.8.0.crate https://crates.io/api/v1/crates/once_cell/1.8.0/download -> once_cell-1.8.0.crate https://crates.io/api/v1/crates/parking_lot/0.11.1/download -> parking_lot-0.11.1.crate https://crates.io/api/v1/crates/parking_lot_core/0.8.3/download -> parking_lot_core-0.8.3.crate https://crates.io/api/v1/crates/proc-macro2/1.0.24/download -> proc-macro2-1.0.24.crate https://crates.io/api/v1/crates/pyo3/0.18.1/download -> pyo3-0.18.1.crate https://crates.io/api/v1/crates/pyo3-build-config/0.18.1/download -> pyo3-build-config-0.18.1.crate https://crates.io/api/v1/crates/pyo3-ffi/0.18.1/download -> pyo3-ffi-0.18.1.crate https://crates.io/api/v1/crates/pyo3-macros/0.18.1/download -> pyo3-macros-0.18.1.crate https://crates.io/api/v1/crates/pyo3-macros-backend/0.18.1/download -> pyo3-macros-backend-0.18.1.crate https://crates.io/api/v1/crates/quote/1.0.9/download -> quote-1.0.9.crate https://crates.io/api/v1/crates/redox_syscall/0.2.5/download -> redox_syscall-0.2.5.crate https://crates.io/api/v1/crates/scopeguard/1.1.0/download -> scopeguard-1.1.0.crate https://crates.io/api/v1/crates/smallvec/1.6.1/download -> smallvec-1.6.1.crate https://crates.io/api/v1/crates/syn/1.0.62/download -> syn-1.0.62.crate https://crates.io/api/v1/crates/target-lexicon/0.12.4/download -> target-lexicon-0.12.4.crate https://crates.io/api/v1/crates/unicode-xid/0.2.1/download -> unicode-xid-0.2.1.crate https://crates.io/api/v1/crates/unindent/0.1.7/download -> unindent-0.1.7.crate https://crates.io/api/v1/crates/winapi/0.3.9/download -> winapi-0.3.9.crate https://crates.io/api/v1/crates/winapi-i686-pc-windows-gnu/0.4.0/download -> winapi-i686-pc-windows-gnu-0.4.0.crate https://crates.io/api/v1/crates/winapi-x86_64-pc-windows-gnu/0.4.0/download -> winapi-x86_64-pc-windows-gnu-0.4.0.crate
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 05bcfd9823be251f6e9f211ca285094e cargo 2e0a4a329a7dc5dfe20dcb05e6c36935 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=34d3b0fab6906c92f132206a10d449fd
_md5_=ddd22184770df157832dd85c129f5f7c

View File

@@ -0,0 +1,17 @@
BDEPEND=test? ( dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/aiosqlite[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/sqlalchemy-2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) >=dev-python/pytest-7.2.1[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 ) >=dev-python/gpep517-13[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/setuptools-67.2.0[python_targets_python3_9(-)?,python_targets_python3_10(-)?] >=dev-python/wheel-0.38.4[python_targets_python3_9(-)?,python_targets_python3_10(-)?]
DEFINED_PHASES=compile configure install postinst prepare test
DEPEND=dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/aiosqlite[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/sqlalchemy-2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] )
DESCRIPTION=A Python 3 asyncio Matrix framework
EAPI=8
HOMEPAGE=https://github.com/mautrix/python/
INHERIT=distutils-r1 optfeature pypi
IUSE=test test python_targets_python3_9 python_targets_python3_10
KEYWORDS=~amd64
LICENSE=MPL-2.0
RDEPEND=dev-python/aiohttp[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/attrs[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/olm[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/pycryptodome[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/unpaddedbase64[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/yarl[python_targets_python3_9(-)?,python_targets_python3_10(-)?] test? ( dev-python/aiosqlite[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/asyncpg[python_targets_python3_9(-)?,python_targets_python3_10(-)?] dev-python/future[python_targets_python3_9(-)?,python_targets_python3_10(-)?] <dev-python/sqlalchemy-2[python_targets_python3_9(-)?,python_targets_python3_10(-)?] ) python_targets_python3_9? ( >=dev-lang/python-3.9.16-r1:3.9 ) python_targets_python3_10? ( >=dev-lang/python-3.10.9-r1:3.10 )
REQUIRED_USE=|| ( python_targets_python3_9 python_targets_python3_10 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/m/mautrix/mautrix-0.19.10.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 05bcfd9823be251f6e9f211ca285094e optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54 pypi 3b6a844fbf71f1581992b44c78b549b7
_md5_=2a09657c22cddbc6e84fc658cdf8ec32

View File

@@ -14,4 +14,4 @@ RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://github.com/tulir/Telethon/archive/v1.28.0a9.tar.gz -> tulir-telethon-1.28.0_alpha9.gh.tar.gz
_eclasses_=out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild bddcb51b74f4a76724ff7cf8e7388869 multilib d1408425c7c4a7669b9b17735404b693 toolchain-funcs 14a8ae365191b518fad51caad7a08f3e multiprocessing b4e253ab22cef7b1085e9b67c7a3b730 ninja-utils 76050953ad5b70d7e09a6ca55558db92 python-utils-r1 429bfd4e8d8e39db5385ba5744f30788 python-r1 3c6cd0f418ba702c186a9865b85e704d distutils-r1 05bcfd9823be251f6e9f211ca285094e
_md5_=8603d25fefe0eaa62d288c47338a31c0
_md5_=7e0ae2d96090cc2bf9f6050924fbf67f

View File

@@ -1,16 +1,15 @@
BDEPEND=app-arch/rpm2targz
DEFINED_PHASES=install postinst postrm prepare unpack
DEPEND=x11-misc/xdg-utils acct-group/1password policykit? ( sys-auth/polkit ) cli? ( app-misc/1password-cli )
DEPEND=x11-misc/xdg-utils acct-group/1password
DESCRIPTION=The worlds most-loved password manager
EAPI=8
HOMEPAGE=https://1password.com
INHERIT=rpm xdg-utils
IUSE=+policykit +cli
INHERIT=rpm xdg-utils optfeature
KEYWORDS=~amd64
LICENSE=all-rights-reserved
RDEPEND=x11-misc/xdg-utils acct-group/1password policykit? ( sys-auth/polkit ) cli? ( app-misc/1password-cli )
RDEPEND=x11-misc/xdg-utils acct-group/1password
RESTRICT=mirror strip test bindist
SLOT=0
SRC_URI=amd64? ( https://downloads.1password.com/linux/rpm/stable/x86_64/1password-8.10.3.x86_64.rpm )
_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 rpm f73e907469f65e52192f110dec72dce0 xdg-utils baea6080dd821f5562d715887954c9d3
_md5_=44cc242a2a4c2f0a00fcc48da20f1a69
_eclasses_=estack 055c42df72f76a4f45ec92b35e83cd56 rpm f73e907469f65e52192f110dec72dce0 xdg-utils baea6080dd821f5562d715887954c9d3 optfeature 222cb475c5a4f7ae7cfb0bf510a6fe54
_md5_=101415d7adc97b57a4957babf3f3d18b

View File

@@ -87,7 +87,7 @@ app-arch/unalz 0.65-r1: Extract ALZ archives
app-arch/zarchive 0.1.2: Library for creating and reading zstd-compressed file archives (.zar)
app-backup/b2 3.4.0: Command-line tool for BackBlaze's B2 product
app-backup/grub-btrfs 4.11-r1 4.12 9999: Improves Grub by adding btrfs snapshots to the Grub menu.
app-backup/pika-backup 0.5.2-r1: Keep your data safe
app-backup/pika-backup 0.5.2-r1 0.6.0: Keep your data safe
app-backup/timeshift 21.09.1-r3 22.06.5-r2 22.11.1-r1: A system restore utility for Linux
app-backup/timeshift-autosnap 0.9: Automatically creates a timeshift-snapshot when executed
app-benchmarks/phoronix-test-suite 9999: Phoronix's comprehensive, cross-platform testing and benchmark suite
@@ -842,7 +842,7 @@ dev-python/bitbox02 5.3.0: Python API for communicating with the BitBox02 device
dev-python/blurhash 1.1.4: Pure-Python implementation of the blurhash algorithm
dev-python/browserstack-local-python 1.2.3: Python bindings for BrowserStack Local
dev-python/bson 0.5.10: Independent BSON codec for Python that doesn't depend on MongoDB
dev-python/celery 5.3.0_beta1-r1: Asynchronous task queue/job queue based on distributed message passing
dev-python/celery 5.3.0_beta1-r1 5.3.0_beta2: Asynchronous task queue/job queue based on distributed message passing
dev-python/cffsubr 0.2.9_p1: Standalone CFF subroutinizer based on AFDKO tx tool
dev-python/click-command-tree 1.1.1: click plugin to show the command tree of your CLI
dev-python/click-option-group 0.5.5: Option groups missing in Click
@@ -878,7 +878,7 @@ dev-python/django-widget-tweaks 1.4.12: Tweak the form field rendering in templa
dev-python/dotmap 1.3.30-r1: Dot access dictionary with dynamic hierarchy creation and ordered iteration
dev-python/doubles 1.5.3: Test doubles for Python
dev-python/doxypypy 0.8.8.6_p20210405: A more Pythonic version of doxypy, a Doxygen filter for Python
dev-python/dropbox 11.36.0: The offical Dropbox SDK for Python
dev-python/dropbox 11.36.1: The offical Dropbox SDK for Python
dev-python/emailthreads 0.1.3: Parses email threads into conversation trees
dev-python/etcd3 0.12.0: Python client for the etcd API v3
dev-python/etcd3gw 1.0.2: A python client for etcd3 grpc-gateway v3 API
@@ -942,7 +942,7 @@ dev-python/jplephem 2.16: Python version of NASA DE4xx ephemerides for Astronomi
dev-python/jsonpath-rw 1.4.0: A robust and significantly extended implementation of JSONPath for Python
dev-python/jsonpath-rw-ext 1.2.2: Extensions for JSONPath RW
dev-python/jupyter-sphinx 0.4.0: Jupyter Sphinx Extensions
dev-python/kurbopy 0.9.0: Python wrapper around Rust kurbo 2D curves library
dev-python/kurbopy 0.9.0-r1: Python wrapper around Rust kurbo 2D curves library
dev-python/langdetect 1.0.9: Port of Google's language-detection library to Python
dev-python/libcst 0.4.3_p20220607: Concrete syntax tree parser and serializer for Python
dev-python/libusb1 2.0.1: Pure-python wrapper for libusb-1.0
@@ -952,7 +952,7 @@ dev-python/markdownify 0.11.6: Convert HTML to Markdown
dev-python/marshmallow_enum 1.5.1: Enum handling for Marshmallow
dev-python/mastodon-py 1.7.0 1.8.0: Python wrapper for the Mastodon API
dev-python/material-color-utilities 0.1.5 9999: Python port of material-color-utilities used for Material You colors
dev-python/mautrix 0.19.8 0.19.9: A Python 3 asyncio Matrix framework
dev-python/mautrix 0.19.8 0.19.9 0.19.10: A Python 3 asyncio Matrix framework
dev-python/minio 7.1.14: MinIO Client SDK for Python
dev-python/mistletoe 1.0.1: A fast, extensible and spec-compliant Markdown parser in pure Python.
dev-python/mitype 0.2.4: Typing speed test in terminal
@@ -1108,7 +1108,7 @@ dev-python/trailrunner 1.2.1: Walk paths and run things
dev-python/transaction 3.0.1-r1 3.1.0: Transaction management for Python
dev-python/trueskill 0.4.5_p20220422: Python Implementation of the TrueSkill Algorithm
dev-python/ttfautohint-py 0.5.1-r1: Python wrapper for ttfautohint, a free auto-hinter for TrueType fonts
dev-python/tulir-telethon 1.27.0_alpha6 1.28.0_alpha9: Pure Python 3 MTProto API Telegram client library, for bots too!
dev-python/tulir-telethon 1.27.0_alpha6 1.28.0_alpha9-r1: Pure Python 3 MTProto API Telegram client library, for bots too!
dev-python/tweepy 4.10.1: An easy-to-use Python library for accessing the Twitter API.
dev-python/types-paramiko 2.10.0 2.11.1: Typing stubs for paramiko
dev-python/types-python-dateutil 2.8.17 2.8.18: Typing stubs for python-dateutil

View File

@@ -1 +1 @@
Thu, 13 Apr 2023 20:01:55 +0000
Fri, 14 Apr 2023 17:46:49 +0000

View File

@@ -304,7 +304,6 @@ games-util/xivlauncher:aria2 - Enable Aria2 support.
games-util/xivlauncher:dx9 - Support for running the dx9 api in wined3d/dxvk.
games-util/xivlauncher:libsecret - Enable secrets/password storage support.
gnome-extra/yad:spell - Enable spell check support with app-text/gspell
gui-apps/1password:cli - Install app-misc/1password-cli
gui-apps/azote:imagemagick - enable colorpicker using imagemagick
gui-apps/azote:simple-colorpicker - enable colorpicker without imagemagick
gui-apps/azote:yaml - enable support for reading yaml files