diff options
author | 2015-05-26 20:25:32 +0000 | |
---|---|---|
committer | 2015-05-26 20:25:32 +0000 | |
commit | 9919211215fe76c3d6459ef01c694b402ce9dbe9 (patch) | |
tree | 7495ae29c794d064020dcb3ca6c4cba8afdd83e9 /app-office/orage/orage-4.10.0.ebuild | |
parent | www-servers/tomcat: removed obsolete files (diff) | |
download | gentoo-2-9919211215fe76c3d6459ef01c694b402ce9dbe9.tar.gz gentoo-2-9919211215fe76c3d6459ef01c694b402ce9dbe9.tar.bz2 gentoo-2-9919211215fe76c3d6459ef01c694b402ce9dbe9.zip |
version bump, fix db slot dep
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x7EF137EC935B0EAF)
Diffstat (limited to 'app-office/orage/orage-4.10.0.ebuild')
-rw-r--r-- | app-office/orage/orage-4.10.0.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/orage/orage-4.10.0.ebuild b/app-office/orage/orage-4.10.0.ebuild index e5f76e6e3461..670992b42116 100644 --- a/app-office/orage/orage-4.10.0.ebuild +++ b/app-office/orage/orage-4.10.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.10.0.ebuild,v 1.7 2014/04/16 07:49:51 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/orage/orage-4.10.0.ebuild,v 1.8 2015/05/26 20:25:32 perfinion Exp $ EAPI=5 inherit multilib xfconf @@ -17,8 +17,8 @@ IUSE="berkdb dbus debug libnotify +xfce_plugins_clock" RDEPEND=">=dev-libs/libical-0.48:= dev-libs/popt:= >=x11-libs/gtk+-2.10:2 - berkdb? ( >=sys-libs/db-4 ) - dbus? ( >=dev-libs/dbus-glib-0.100 ) + berkdb? ( >=sys-libs/db-4:= ) + dbus? ( >=dev-libs/dbus-glib-0.100:= ) libnotify? ( >=x11-libs/libnotify-0.7:= ) xfce_plugins_clock? ( >=xfce-base/xfce4-panel-4.10 )" DEPEND="${RDEPEND} |