Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice/
Date: Thu, 08 Aug 2019 16:53:02
Message-Id: 1565283092.3a71215c136aeb7412efb62eaff69cfca04598ab.asturm@gentoo
1 commit: 3a71215c136aeb7412efb62eaff69cfca04598ab
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 8 13:09:12 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 8 16:51:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a71215c
7
8 app-office/libreoffice: Java baseline was raised to 1.8
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-office/libreoffice/libreoffice-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/app-office/libreoffice/libreoffice-9999.ebuild b/app-office/libreoffice/libreoffice-9999.ebuild
17 index dc24b6ddff2..52c32f853b5 100644
18 --- a/app-office/libreoffice/libreoffice-9999.ebuild
19 +++ b/app-office/libreoffice/libreoffice-9999.ebuild
20 @@ -217,7 +217,7 @@ DEPEND="${COMMON_DEPEND}
21 x11-libs/libXtst
22 java? (
23 dev-java/ant-core
24 - >=virtual/jdk-1.6
25 + >=virtual/jdk-1.8
26 )
27 test? (
28 app-crypt/gnupg
29 @@ -232,7 +232,7 @@ RDEPEND="${COMMON_DEPEND}
30 !app-office/openoffice
31 media-fonts/liberation-fonts
32 || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools )
33 - java? ( >=virtual/jre-1.6 )
34 + java? ( >=virtual/jre-1.8 )
35 kde? ( kde-frameworks/breeze-icons:* )
36 "
37 if [[ ${MY_PV} != *9999* ]] && [[ ${PV} != *_* ]]; then