diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-03 21:04:35 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2011-09-03 21:04:35 +0000 |
commit | d9a8c0893eff0b98993cb8e7f52c5e0148251a9d (patch) | |
tree | 0b22dfb4d0b0d463d3e9c36797a9274bfb34181c | |
parent | Solve the collision with split -l10n package here by revbump and in -l10n by ... (diff) | |
download | historical-d9a8c0893eff0b98993cb8e7f52c5e0148251a9d.tar.gz historical-d9a8c0893eff0b98993cb8e7f52c5e0148251a9d.tar.bz2 historical-d9a8c0893eff0b98993cb8e7f52c5e0148251a9d.zip |
Add libreoffice blockers on unsplit translations.
Package-Manager: portage-2.2.0_alpha52/cvs/Linux x86_64
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-3.4.3.ebuild | 10 |
2 files changed, 14 insertions, 2 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index 7e00b623be23..5893ed5bbfba 100644 --- a/app-office/libreoffice-l10n/ChangeLog +++ b/app-office/libreoffice-l10n/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/libreoffice-l10n # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.2 2011/09/03 19:08:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.3 2011/09/03 21:04:35 scarabeus Exp $ + + 03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-l10n-3.4.3.ebuild: + Add libreoffice blockers on unsplit translations. 03 Sep 2011; Tomáš Chvátal <scarabeus@gentoo.org> libreoffice-l10n-3.4.3.ebuild: diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3.ebuild index c3317658f416..6cd07278807b 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3.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-l10n/libreoffice-l10n-3.4.3.ebuild,v 1.2 2011/09/03 19:08:10 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-3.4.3.ebuild,v 1.3 2011/09/03 21:04:35 scarabeus Exp $ EAPI=4 @@ -53,6 +53,14 @@ unset X RDEPEND="${SPELL_DICTS_DEPEND}" unset X SPELL_DICTS SPELL_DICTS_DEPEND +# blockers for old libreoffice with linguas bundled +RDEPEND+=" + !<=app-office/libreoffice-3.4.3.2 + !=app-office/libreoffice-3.4.9999 + !=app-office/libreoffice-9999 + !<=app-office/libreoffice-bin-3.4.3-r1 +" + RESTRICT="strip" S="${WORKDIR}" |