diff options
author | Christoph Mende <angelos@gentoo.org> | 2014-06-27 16:41:55 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2014-06-27 16:41:55 +0000 |
commit | f39cbc7f595c7b547d7b3dc66f1f0bf92573fbcc (patch) | |
tree | a3aee0dfdce25f0c4fa94c0d5c4d2f184b940bf6 /x11-libs | |
parent | Correct glade configure parameter (bug #514828) (diff) | |
download | gentoo-2-f39cbc7f595c7b547d7b3dc66f1f0bf92573fbcc.tar.gz gentoo-2-f39cbc7f595c7b547d7b3dc66f1f0bf92573fbcc.tar.bz2 gentoo-2-f39cbc7f595c7b547d7b3dc66f1f0bf92573fbcc.zip |
Correct glade configure parameter (bug #514828)
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 84F20B43)
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libdesktop-agnostic/ChangeLog | 8 | ||||
-rw-r--r-- | 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 <angelos@gentoo.org> + libdesktop-agnostic-0.3.92.ebuild: + Correct glade configure parameter (bug #514828) 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> 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 \ |