diff --git a/metadata/md5-cache/sys-apps/caelestia-cli-9999 b/metadata/md5-cache/sys-apps/caelestia-cli-9999 index 056dbc1..3b0b4b9 100644 --- a/metadata/md5-cache/sys-apps/caelestia-cli-9999 +++ b/metadata/md5-cache/sys-apps/caelestia-cli-9999 @@ -1,16 +1,16 @@ BDEPEND=dev-vcs/git dev-python/build dev-python/installer >=dev-vcs/git-1.8.2.1[curl] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-16[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/hatchling-1.27.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] DEFINED_PHASES=compile configure install prepare test unpack -DEPEND=dev-lang/python dev-python/pillow dev-python/materialyoucolor x11-libs/libnotify gui-apps/grim dev-ruby/sass sys-apps/app2unit gui-apps/wl-clipboard gui-apps/slurp gnome-base/dconf media-libs/libpulse media-video/mpv swappy? ( gui-apps/swappy ) record? ( media-video/gpu-screen-recorder ) +DEPEND=dev-lang/python dev-python/pillow dev-python/materialyoucolor x11-libs/libnotify gui-apps/grim dev-ruby/sass sys-apps/app2unit gui-apps/wl-clipboard gui-apps/slurp gnome-base/dconf media-libs/libpulse media-video/mpv amd64? ( gui-apps/swappy ) media-video/gpu-screen-recorder DESCRIPTION=The main cli for the Caelestia dotfiles EAPI=8 HOMEPAGE=https://github.com/caelestia-dots/cli INHERIT=git-r3 distutils-r1 shell-completion -IUSE=swappy record python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 +IUSE=python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 KEYWORDS=~amd64 ~arm64 -LICENSE=GPL-3.0 +LICENSE=GPL-3 PROPERTIES=live -RDEPEND=dev-lang/python dev-python/pillow dev-python/materialyoucolor x11-libs/libnotify gui-apps/grim dev-ruby/sass sys-apps/app2unit gui-apps/wl-clipboard gui-apps/slurp gnome-base/dconf media-libs/libpulse media-video/mpv swappy? ( gui-apps/swappy ) record? ( media-video/gpu-screen-recorder ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) +RDEPEND=dev-lang/python dev-python/pillow dev-python/materialyoucolor x11-libs/libnotify gui-apps/grim dev-ruby/sass sys-apps/app2unit gui-apps/wl-clipboard gui-apps/slurp gnome-base/dconf media-libs/libpulse media-video/mpv amd64? ( gui-apps/swappy ) media-video/gpu-screen-recorder python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 ) SLOT=0 _eclasses_=git-r3 875eb471682d3e1f18da124be97dcc81 toolchain-funcs 98d9f464d912ae6b7316fb8a3721f5db flag-o-matic a7afe42e95fb46ce9691605acfb24672 out-of-source-utils dbf9e34ee8964084651e25907fa8f52c multibuild 4650a65187015567b4e041bb9bfdb364 multilib a199af442898963433d6f038a88cce9c multiprocessing 1e32df7deee68372153dca65f4a7c21f ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 0b620dd604ab8af0bc9cd1bcc66d4f7c python-r1 0e15b2ab9cfc87d7474678201d6bca38 distutils-r1 37143302bc375f4878f7b5f7497da8cc bash-completion-r1 767861f3744f589ee5291c1698b1c082 shell-completion 0b655d0d825e157a5e99c463bddaac16 -_md5_=03977d6ef413374f82fd343b4c20677c +_md5_=b8d1446710e3d9d864c90eb89c5e9842 diff --git a/sys-apps/caelestia-cli/caelestia-cli-9999.ebuild b/sys-apps/caelestia-cli/caelestia-cli-9999.ebuild index 70a0c59..8b2d263 100644 --- a/sys-apps/caelestia-cli/caelestia-cli-9999.ebuild +++ b/sys-apps/caelestia-cli/caelestia-cli-9999.ebuild @@ -14,10 +14,9 @@ HOMEPAGE="https://github.com/caelestia-dots/cli" EGIT_REPO_URI="https://github.com/caelestia-dots/cli.git" -LICENSE="GPL-3.0" +LICENSE="GPL-3" SLOT="0" KEYWORDS="~amd64 ~arm64" -IUSE="swappy record" DEPEND="dev-lang/python dev-python/pillow @@ -31,8 +30,8 @@ DEPEND="dev-lang/python gnome-base/dconf media-libs/libpulse media-video/mpv - swappy? ( ~gui-apps/swappy ) - record? ( ~media-video/gpu-screen-recorder ) + amd64? ( gui-apps/swappy ) + media-video/gpu-screen-recorder " RDEPEND=${DEPEND} @@ -47,4 +46,4 @@ src_compile() { src_install() { python -m installer --destdir="${D}" dist/*.whl || die dofishcomp completions/caelestia.fish -} \ No newline at end of file +}