diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-31 13:50:13 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2013-01-31 13:50:13 +0000 |
commit | 3d61a0303db091767b6c87d0a06d702b363bef1e (patch) | |
tree | de07425a4a4d1c9e85f762830d9a2f95fb261317 /app-office/libreoffice-l10n | |
parent | Initial commit. Ebuild based on the one by Wang Jiajun in gentoo-zh overlay. (diff) | |
download | gentoo-2-3d61a0303db091767b6c87d0a06d702b363bef1e.tar.gz gentoo-2-3d61a0303db091767b6c87d0a06d702b363bef1e.tar.bz2 gentoo-2-3d61a0303db091767b6c87d0a06d702b363bef1e.zip |
Drop the dependency over libo here.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 8EEE3BE8)
Diffstat (limited to 'app-office/libreoffice-l10n')
-rw-r--r-- | app-office/libreoffice-l10n/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/app-office/libreoffice-l10n/ChangeLog b/app-office/libreoffice-l10n/ChangeLog index 6071ac512e02..0ca51b4e6db1 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.67 2013/01/30 17:21:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/ChangeLog,v 1.68 2013/01/31 13:50:13 scarabeus Exp $ + + 31 Jan 2013; Tomáš Chvátal <scarabeus@gentoo.org> + libreoffice-l10n-4.0.0.2.ebuild: + Drop the dependency over libo here. *libreoffice-l10n-4.0.0.2 (30 Jan 2013) diff --git a/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild b/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild index 2401ae13642f..c0561855a9b1 100644 --- a/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild +++ b/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.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/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild,v 1.1 2013/01/30 17:21:34 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice-l10n/libreoffice-l10n-4.0.0.2.ebuild,v 1.2 2013/01/31 13:50:13 scarabeus Exp $ EAPI=4 @@ -39,11 +39,7 @@ for lang in ${LANGUAGES}; do done unset lang helppack langpack lang2 -RDEPEND+=" - app-text/hunspell - !<app-office/libreoffice-$(get_version_component_range 1-2) - !<app-office/libreoffice-bin-$(get_version_component_range 1-2) -" +RDEPEND+="app-text/hunspell" RESTRICT="strip" |