diff options
author | 2015-06-19 17:20:31 +0000 | |
---|---|---|
committer | 2015-06-19 17:20:31 +0000 | |
commit | c314dd76483d44c69a0a964518549950ff164a3a (patch) | |
tree | 28dcd2f13e779d1457fa9ed1d1e2d455790df13f /gnome-base/gnome-shell | |
parent | remove old version (diff) | |
download | gentoo-2-c314dd76483d44c69a0a964518549950ff164a3a.tar.gz gentoo-2-c314dd76483d44c69a0a964518549950ff164a3a.tar.bz2 gentoo-2-c314dd76483d44c69a0a964518549950ff164a3a.zip |
Needs dev-libs/libical:= as just seen when updating libical and gnome-shell needing to be rebuilt
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-base/gnome-shell')
-rw-r--r-- | gnome-base/gnome-shell/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild | 3 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gnome-base/gnome-shell/ChangeLog b/gnome-base/gnome-shell/ChangeLog index c78193f1a31a..c905940fcd9a 100644 --- a/gnome-base/gnome-shell/ChangeLog +++ b/gnome-base/gnome-shell/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/gnome-shell # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.95 2015/06/15 18:34:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/ChangeLog,v 1.96 2015/06/19 17:20:31 pacho Exp $ + + 19 Jun 2015; Pacho Ramos <pacho@gentoo.org> gnome-shell-3.16.2.ebuild: + Needs dev-libs/libical:= as just seen when updating libical and gnome-shell + needing to be rebuilt 15 Jun 2015; Gilles Dartiguelongue <eva@gentoo.org> gnome-shell-3.16.2.ebuild: diff --git a/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild index d9f1a2b479e0..881f18ebcf3b 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.2 2015/06/15 18:34:47 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/gnome-shell/gnome-shell-3.16.2.ebuild,v 1.3 2015/06/19 17:20:31 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -28,6 +28,7 @@ COMMON_DEPEND=" >=dev-libs/glib-2.39.1:2[dbus] >=dev-libs/gjs-1.39 >=dev-libs/gobject-introspection-0.10.1:= + dev-libs/libical:= >=x11-libs/gtk+-3.15.0:3[introspection] >=media-libs/clutter-1.21.5:1.0[introspection] >=dev-libs/json-glib-0.13.2 |