diff options
author | Ian Jordan <immoloism@gmail.com> | 2024-01-18 20:34:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-19 10:49:48 +0000 |
commit | 0c74222250877e47fe3e6a994ffb3eaa04564b59 (patch) | |
tree | 03eabd1efc9bad95d2b914fa5b0c2350b30a33a3 /mate-extra | |
parent | mate-extra/caja-actions: add myself as maintainer (diff) | |
download | gentoo-0c74222250877e47fe3e6a994ffb3eaa04564b59.tar.gz gentoo-0c74222250877e47fe3e6a994ffb3eaa04564b59.tar.bz2 gentoo-0c74222250877e47fe3e6a994ffb3eaa04564b59.zip |
mate-extra/caja-dropbox: drop unneeded dep
Signed-off-by: Ian Jordan <immoloism@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mate-extra')
-rw-r--r-- | mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild b/mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild index b63d756095bc..23e76604a08a 100644 --- a/mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild +++ b/mate-extra/caja-dropbox/caja-dropbox-1.26.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,7 +20,6 @@ IUSE="debug nls" REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND="${PYTHON_DEPS} - dev-libs/atk >=dev-libs/glib-2.50:2 $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') >=mate-base/caja-1.19.1 |