diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-09-22 21:21:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-09-22 21:21:29 +0000 |
commit | ada45e0a0cd6d73b02a7489d7e3fa0e9c8b15b66 (patch) | |
tree | 2d178fe73afafb9cd20cbe479a5cfbceda26b256 /app-office/dia | |
parent | Add overrides for AR and CFLAGS, convert a call to make to emake, use (diff) | |
download | gentoo-2-ada45e0a0cd6d73b02a7489d7e3fa0e9c8b15b66.tar.gz gentoo-2-ada45e0a0cd6d73b02a7489d7e3fa0e9c8b15b66.tar.bz2 gentoo-2-ada45e0a0cd6d73b02a7489d7e3fa0e9c8b15b66.zip |
--enable-gnome only adds support for deprecated stuff, bugs #442294 and #485668
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'app-office/dia')
-rw-r--r-- | app-office/dia/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/dia/dia-0.97.2-r2.ebuild | 6 |
2 files changed, 9 insertions, 3 deletions
diff --git a/app-office/dia/ChangeLog b/app-office/dia/ChangeLog index fbc7b8eddad9..e0f49784be10 100644 --- a/app-office/dia/ChangeLog +++ b/app-office/dia/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/dia # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.156 2013/09/22 11:21:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/ChangeLog,v 1.157 2013/09/22 21:21:29 pacho Exp $ + + 22 Sep 2013; Pacho Ramos <pacho@gentoo.org> dia-0.97.2-r2.ebuild: + --enable-gnome only adds support for deprecated stuff, bugs #442294 and + #485668 *dia-0.97.2-r2 (22 Sep 2013) diff --git a/app-office/dia/dia-0.97.2-r2.ebuild b/app-office/dia/dia-0.97.2-r2.ebuild index 0905892a1416..dc0a32b564da 100644 --- a/app-office/dia/dia-0.97.2-r2.ebuild +++ b/app-office/dia/dia-0.97.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r2.ebuild,v 1.1 2013/09/22 11:21:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/dia/dia-0.97.2-r2.ebuild,v 1.2 2013/09/22 21:21:29 pacho Exp $ EAPI=5 GCONF_DEBUG=yes @@ -79,10 +79,12 @@ src_prepare() { src_configure() { # --exec-prefix makes Python look for modules in the Prefix + # --enable-gnome only adds support for deprecated stuff, bug #442294 + # https://bugzilla.redhat.com/show_bug.cgi?id=996759 gnome2_src_configure \ --exec-prefix=${EPREFIX}/usr \ --docdir=${EPREFIX}/usr/share/doc/${PF} \ - --enable-gnome \ + --disable-gnome \ --disable-libemf \ $(use_enable doc db2html) \ $(use_with cairo) \ |