angelos 14/06/27 16:41:55 Modified: libdesktop-agnostic-0.3.92.ebuild ChangeLog Log: Correct glade configure parameter (bug #514828) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Revision Changes Path 1.8 x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild?r1=1.7&r2=1.8 Index: libdesktop-agnostic-0.3.92.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- libdesktop-agnostic-0.3.92.ebuild 9 Apr 2013 18:25:26 -0000 1.7 +++ libdesktop-agnostic-0.3.92.ebuild 27 Jun 2014 16:41:55 -0000 1.8 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.7 2013/04/09 18:25:26 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild,v 1.8 2014/06/27 16:41:55 angelos Exp $ EAPI=4 PYTHON_DEPEND="2:2.7" @@ -40,7 +40,7 @@ use gconf && cfg="gconf,${cfg}" use gnome && fdo="${fdo},gnome" use debug && myconf="${myconf} --enable-debug" - use glade && myconf="${myconf} --enable-glade" + use glade && myconf="${myconf} --with-glade" use introspection || myconf="${myconf} --disable-gi" waf-utils_src_configure \ 1.8 x11-libs/libdesktop-agnostic/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 9 Apr 2013 18:25:26 -0000 1.7 +++ ChangeLog 27 Jun 2014 16:41:55 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/libdesktop-agnostic -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.7 2013/04/09 18:25:26 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libdesktop-agnostic/ChangeLog,v 1.8 2014/06/27 16:41:55 angelos Exp $ + + 27 Jun 2014; Christoph Mende <ange...@gentoo.org> + libdesktop-agnostic-0.3.92.ebuild: + Correct glade configure parameter (bug #514828) 09 Apr 2013; Agostino Sarubbo <a...@gentoo.org> libdesktop-agnostic-0.3.92.ebuild: