diff options
author | 2015-02-15 19:58:47 +0000 | |
---|---|---|
committer | 2015-02-15 19:58:47 +0000 | |
commit | 116e5c7cb9f132e493c36c77987956175ad2128a (patch) | |
tree | 2df35f1cce4b9e002979fc289f6d807953bda975 /app-office/libreoffice/libreoffice-9999.ebuild | |
parent | fix build with ffmpeg-2.4 (patch by Olivier Laurantin), move to libav USE flag (diff) | |
download | gentoo-2-116e5c7cb9f132e493c36c77987956175ad2128a.tar.gz gentoo-2-116e5c7cb9f132e493c36c77987956175ad2128a.tar.bz2 gentoo-2-116e5c7cb9f132e493c36c77987956175ad2128a.zip |
Improve repoman happiness
(Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Diffstat (limited to 'app-office/libreoffice/libreoffice-9999.ebuild')
-rw-r--r-- | app-office/libreoffice/libreoffice-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild index ce6bccb982bc..faf14fa609a7 100644 --- a/app-office/libreoffice/libreoffice-9999.ebuild +++ b/app-office/libreoffice/libreoffice-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.27 2015/02/08 22:42:18 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/libreoffice/libreoffice-9999.ebuild,v 1.28 2015/02/15 19:58:47 dilfridge Exp $ EAPI=5 @@ -27,7 +27,7 @@ BRANDING="${PN}-branding-gentoo-0.8.tar.xz" # PATCHSET="${P}-patchset-01.tar.xz" [[ ${PV} == *9999* ]] && SCM_ECLASS="git-r3" -inherit base multiprocessing autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs flag-o-matic ${SCM_ECLASS} +inherit base multiprocessing autotools bash-completion-r1 check-reqs eutils java-pkg-opt-2 kde4-base pax-utils python-single-r1 multilib toolchain-funcs flag-o-matic versionator ${SCM_ECLASS} unset SCM_ECLASS DESCRIPTION="LibreOffice, a full office productivity suite" @@ -130,7 +130,7 @@ COMMON_DEPEND=" >=media-libs/glew-1.10 >=media-libs/harfbuzz-0.9.18:=[icu(+)] media-libs/lcms:2 - >=media-libs/libpng-1.4 + >=media-libs/libpng-1.4:0= >=media-libs/libcdr-0.1.0 >=media-libs/libfreehand-0.1.0 media-libs/libpagemaker @@ -196,7 +196,7 @@ RDEPEND="${COMMON_DEPEND} " if [[ ${PV} != *9999* ]]; then - PDEPEND="~app-office/libreoffice-l10n-${PV}" + PDEPEND="=app-office/libreoffice-l10n-$(get_version_component_range 1-2)*" else # Translations are not reliable on live ebuilds # rather force people to use english only. |