diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2011-07-25 15:42:31 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2011-07-25 15:42:31 +0000 |
commit | d9aa2c0aa089ac8b326188447fe24d047206ca22 (patch) | |
tree | 20766e9f6909e42bd89fde471a10a783b31bf92c /app-office | |
parent | ppc/ppc64 stable wrt #373957 (diff) | |
download | gentoo-2-d9aa2c0aa089ac8b326188447fe24d047206ca22.tar.gz gentoo-2-d9aa2c0aa089ac8b326188447fe24d047206ca22.tar.bz2 gentoo-2-d9aa2c0aa089ac8b326188447fe24d047206ca22.zip |
add missing test to IUSE
(Portage version: 2.1.10.3/cvs/Linux i686)
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/libreoffice/libreoffice-3.4.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-office/libreoffice/libreoffice-3.4.2.2.ebuild b/app-office/libreoffice/libreoffice-3.4.2.2.ebuild index 429278dcdbe2..bcd846fad1b9 100644 --- a/app-office/libreoffice/libreoffice-3.4.2.2.ebuild +++ b/app-office/libreoffice/libreoffice-3.4.2.2.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-office/libreoffice/libreoffice-3.4.2.2.ebuild,v 1.9 2011/07/25 14:54:33 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-3.4.2.2.ebuild,v 1.10 2011/07/25 15:42:31 mr_bones_ Exp $ EAPI=3 @@ -97,7 +97,7 @@ unset EXT_URI unset ADDONS_SRC IUSE="binfilter cups custom-cflags dbus debug eds gnome gstreamer -gtk kde ldap mysql nsplugin odk offlinehelp opengl pch python templates webdav" +gtk kde ldap mysql nsplugin odk offlinehelp opengl pch python templates test webdav" LICENSE="LGPL-3" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" |