diff options
author | Mart Raudsepp <leio@gentoo.org> | 2020-03-06 13:17:18 +0200 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2020-03-07 22:16:25 +0200 |
commit | 0fbfc3fc67e248e0c8b9a122d24770843a1005c5 (patch) | |
tree | af51b53b7b5a88b60ab0b0bf6275b6a975203c63 /app-office/planner | |
parent | app-admin/kube-bench: convert to go-module go.sum (diff) | |
download | gentoo-0fbfc3fc67e248e0c8b9a122d24770843a1005c5.tar.gz gentoo-0fbfc3fc67e248e0c8b9a122d24770843a1005c5.tar.bz2 gentoo-0fbfc3fc67e248e0c8b9a122d24770843a1005c5.zip |
app-office/planner: fix deps
libgnomeui isn't needed by this snapshot; some other min dep tweaks
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'app-office/planner')
-rw-r--r-- | app-office/planner/planner-0.14.6_p20130520-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-office/planner/planner-0.14.6_p20130520-r1.ebuild b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild index e9b4ff1e4fbd..6d5c4afce4f4 100644 --- a/app-office/planner/planner-0.14.6_p20130520-r1.ebuild +++ b/app-office/planner/planner-0.14.6_p20130520-r1.ebuild @@ -20,11 +20,10 @@ REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" >=dev-libs/glib-2.6:2 - >=x11-libs/gtk+-2.14:2 + >=x11-libs/gtk+-2.24:2 >=gnome-base/libgnomecanvas-2.10 - >=gnome-base/libgnomeui-2.10 >=gnome-base/libglade-2.4:2.0 - >=gnome-base/gconf-2.6:2 + >=gnome-base/gconf-2.10:2 >=dev-libs/libxml2-2.6.27:2 >=dev-libs/libxslt-1.1.23 python? ( |