diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-15 16:29:09 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-15 16:29:09 +0200 |
commit | 0a1351121b2df0a9947654ca4f23f99c4eb39dc3 (patch) | |
tree | 66b13cd290f1dd759238cd28d066cbd114cfbc7c /app-office | |
parent | eclass: remove dead netsurf eclass. (diff) | |
download | gentoo-0a1351121b2df0a9947654ca4f23f99c4eb39dc3.tar.gz gentoo-0a1351121b2df0a9947654ca4f23f99c4eb39dc3.tar.bz2 gentoo-0a1351121b2df0a9947654ca4f23f99c4eb39dc3.zip |
app-office/orage: panel plugin requires gtk+2 panel
Reported by ulm.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/orage/orage-4.12.1-r2.ebuild (renamed from app-office/orage/orage-4.12.1-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/orage/orage-4.12.1-r1.ebuild b/app-office/orage/orage-4.12.1-r2.ebuild index fc906148f933..266c7de0db42 100644 --- a/app-office/orage/orage-4.12.1-r1.ebuild +++ b/app-office/orage/orage-4.12.1-r2.ebuild @@ -18,7 +18,7 @@ RDEPEND=">=dev-libs/libical-0.48:= dev-libs/popt:= >=x11-libs/gtk+-2.10:2= berkdb? ( >=sys-libs/db-4:= ) - clock-panel-plugin? ( >=xfce-base/xfce4-panel-4.10:= ) + clock-panel-plugin? ( <xfce-base/xfce4-panel-4.15:=[gtk2(+)] ) dbus? ( >=dev-libs/dbus-glib-0.100:= ) libnotify? ( >=x11-libs/libnotify-0.7:= )" DEPEND="${RDEPEND} |