From f39cbc7f595c7b547d7b3dc66f1f0bf92573fbcc Mon Sep 17 00:00:00 2001 From: Christoph Mende Date: Fri, 27 Jun 2014 16:41:55 +0000 Subject: Correct glade configure parameter (bug #514828) (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43) --- x11-libs/libdesktop-agnostic/ChangeLog | 8 ++++++-- x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild | 6 +++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/x11-libs/libdesktop-agnostic/ChangeLog b/x11-libs/libdesktop-agnostic/ChangeLog index 0b7faabb8b59..f0c86e636bc4 100644 --- a/x11-libs/libdesktop-agnostic/ChangeLog +++ b/x11-libs/libdesktop-agnostic/ChangeLog @@ -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 + libdesktop-agnostic-0.3.92.ebuild: + Correct glade configure parameter (bug #514828) 09 Apr 2013; Agostino Sarubbo libdesktop-agnostic-0.3.92.ebuild: diff --git a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild index 416469631236..0cfc630cc78a 100644 --- a/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild +++ b/x11-libs/libdesktop-agnostic/libdesktop-agnostic-0.3.92.ebuild @@ -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 @@ src_configure() { 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 \ -- cgit v1.2.3-65-gdbad