diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 10:22:01 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-05-31 10:22:01 +0000 |
commit | 7fab36c4055ec65f5e5738d42cfbeb3d2c78ed1b (patch) | |
tree | 70216392968e01edd58e624e37dc42b38aa945f3 | |
parent | Needs to be rebuilt with libgtop soname bumps (diff) | |
download | gentoo-2-7fab36c4055ec65f5e5738d42cfbeb3d2c78ed1b.tar.gz gentoo-2-7fab36c4055ec65f5e5738d42cfbeb3d2c78ed1b.tar.bz2 gentoo-2-7fab36c4055ec65f5e5738d42cfbeb3d2c78ed1b.zip |
Needs to be rebuilt with libgtop soname bumps
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
-rw-r--r-- | x11-wm/metacity/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/metacity/metacity-2.34.13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/metacity/ChangeLog b/x11-wm/metacity/ChangeLog index 2d0facd996eb..4579d9d3d005 100644 --- a/x11-wm/metacity/ChangeLog +++ b/x11-wm/metacity/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/metacity # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.280 2014/02/22 22:54:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/ChangeLog,v 1.281 2014/05/31 10:22:01 pacho Exp $ + + 31 May 2014; Pacho Ramos <pacho@gentoo.org> metacity-2.34.13.ebuild: + Needs to be rebuilt with libgtop soname bumps 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> metacity-2.34.13.ebuild: Fix wrong commit, bug 502160 diff --git a/x11-wm/metacity/metacity-2.34.13.ebuild b/x11-wm/metacity/metacity-2.34.13.ebuild index 4cddf4b5f3b9..7d6e019d61ba 100644 --- a/x11-wm/metacity/metacity-2.34.13.ebuild +++ b/x11-wm/metacity/metacity-2.34.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.34.13.ebuild,v 1.5 2014/02/22 22:54:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/metacity/metacity-2.34.13.ebuild,v 1.6 2014/05/31 10:22:01 pacho Exp $ EAPI="5" # debug only changes CFLAGS @@ -34,7 +34,7 @@ RDEPEND=">=x11-libs/gtk+-2.24:2 x11-libs/libSM x11-libs/libICE media-libs/libcanberra[gtk] - gnome-base/libgtop + gnome-base/libgtop:2= gnome-extra/zenity xinerama? ( x11-libs/libXinerama ) !x11-misc/expocity" |