diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-09-03 20:41:18 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-09-03 20:41:18 +0000 |
commit | 3d8d38f15dfea62ce6f916647568414c5810b157 (patch) | |
tree | 3fdd211c4da3e43dd3e4d83f254f6fbac8b22129 /app-office | |
parent | rev bump for robbat2 so that all users will get the patch. (diff) | |
download | gentoo-2-3d8d38f15dfea62ce6f916647568414c5810b157.tar.gz gentoo-2-3d8d38f15dfea62ce6f916647568414c5810b157.tar.bz2 gentoo-2-3d8d38f15dfea62ce6f916647568414c5810b157.zip |
Fix bug #283053, missing $(use_with wordperfect) in src_configure() which caused wordprefect plugin to be installed if libwpd was installed, even with USE=-wordperfect.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/abiword-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild | 3 |
2 files changed, 9 insertions, 2 deletions
diff --git a/app-office/abiword-plugins/ChangeLog b/app-office/abiword-plugins/ChangeLog index 23f9738b0405..8aae3f7fdf11 100644 --- a/app-office/abiword-plugins/ChangeLog +++ b/app-office/abiword-plugins/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-office/abiword-plugins # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.65 2009/08/27 20:10:50 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/ChangeLog,v 1.66 2009/09/03 20:41:18 mrpouet Exp $ + + 03 Sep 2009; Romain Perier <mrpouet@gentoo.org> + abiword-plugins-2.6.8.ebuild: + Fix bug #283053, missing $(use_with wordperfect) in src_configure() which + caused wordprefect plugin to be installed if libwpd was installed, even + with USE="-wordperfect". 27 Aug 2009; Peter Volkov <pva@gentoo.org> metadata.xml: Fixed typo: app-text/libwpdlibwpd -> app-text/libwpd. diff --git a/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild b/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild index 65e03b1a9c59..9671806592a4 100644 --- a/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild +++ b/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.3 2009/07/29 22:51:02 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/abiword-plugins/abiword-plugins-2.6.8.ebuild,v 1.4 2009/09/03 20:41:18 mrpouet Exp $ EAPI=2 @@ -79,6 +79,7 @@ src_configure(){ $(use_with thesaurus aiksaurus) \ $(use_with wmf) \ $(use_with wordperfect wpg) \ + $(use_with wordperfect) \ --disable-abiscan \ --without-psion" |