pacho 15/06/04 13:47:58 Modified: xcompmgr-1.1.6.ebuild ChangeLog Log: x11-libs/libXext is needed (#514142) (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.8 x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild?r1=1.7&r2=1.8 Index: xcompmgr-1.1.6.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xcompmgr-1.1.6.ebuild 26 Aug 2012 19:29:11 -0000 1.7 +++ xcompmgr-1.1.6.ebuild 4 Jun 2015 13:47:58 -0000 1.8 @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild,v 1.7 2012/08/26 19:29:11 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/xcompmgr-1.1.6.ebuild,v 1.8 2015/06/04 13:47:58 pacho Exp $ -EAPI=4 +EAPI=5 XORG_STATIC=no inherit xorg-2 @@ -15,8 +15,11 @@ KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" -RDEPEND="x11-libs/libXrender +RDEPEND=" + x11-libs/libXrender x11-libs/libXdamage x11-libs/libXfixes - x11-libs/libXcomposite" + x11-libs/libXcomposite + x11-libs/libXext +" DEPEND="${RDEPEND}" 1.52 x11-misc/xcompmgr/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.52&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/ChangeLog?rev=1.52&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xcompmgr/ChangeLog?r1=1.51&r2=1.52 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v retrieving revision 1.51 retrieving revision 1.52 diff -u -r1.51 -r1.52 --- ChangeLog 26 Aug 2012 19:29:11 -0000 1.51 +++ ChangeLog 4 Jun 2015 13:47:58 -0000 1.52 @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xcompmgr -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.51 2012/08/26 19:29:11 armin76 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xcompmgr/ChangeLog,v 1.52 2015/06/04 13:47:58 pacho Exp $ + + 04 Jun 2015; Pacho Ramos <[email protected]> xcompmgr-1.1.6.ebuild: + x11-libs/libXext is needed (#514142) 26 Aug 2012; Raúl Porcel <[email protected]> xcompmgr-1.1.6.ebuild: sparc stable wrt #419473
