diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-04-25 13:44:18 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-04-25 13:44:18 +0000 |
commit | c84532a3777fbc8310e045b6f69791becfcc4e03 (patch) | |
tree | 400848e298ab8ab1f1c78bed751bd8c95b4cd4ac /app-text | |
parent | Force old libnotify on old version, everyone should be at 2.2.7-r1 (diff) | |
download | historical-c84532a3777fbc8310e045b6f69791becfcc4e03.tar.gz historical-c84532a3777fbc8310e045b6f69791becfcc4e03.tar.bz2 historical-c84532a3777fbc8310e045b6f69791becfcc4e03.zip |
Enable 'tools' by default as it adds no additional dependencies and is required by libwpg, that is a common package requiring libwpd.
Package-Manager: portage-2.1.9.46/cvs/Linux x86_64
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libwpd/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/libwpd/libwpd-0.9.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/libwpd/ChangeLog b/app-text/libwpd/ChangeLog index 35846e86a5b9..896cae54217e 100644 --- a/app-text/libwpd/ChangeLog +++ b/app-text/libwpd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/libwpd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.69 2011/04/24 15:13:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/ChangeLog,v 1.70 2011/04/25 13:44:18 pacho Exp $ + + 25 Apr 2011; Pacho Ramos <pacho@gentoo.org> libwpd-0.9.1.ebuild: + Enable 'tools' by default as it adds no additional dependencies and is + required by libwpg, that is a common package requiring libwpd. *libwpd-0.8.14-r1 (24 Apr 2011) diff --git a/app-text/libwpd/libwpd-0.9.1.ebuild b/app-text/libwpd/libwpd-0.9.1.ebuild index 996a69a21800..caf7a8c42f34 100644 --- a/app-text/libwpd/libwpd-0.9.1.ebuild +++ b/app-text/libwpd/libwpd-0.9.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild,v 1.2 2011/04/24 15:13:43 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/libwpd/libwpd-0.9.1.ebuild,v 1.3 2011/04/25 13:44:18 pacho Exp $ EAPI="4" @@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0.9" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="doc test tools" +IUSE="doc test +tools" RDEPEND="dev-libs/glib:2" DEPEND="${RDEPEND} |