From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CB0FA15808B for ; Fri, 25 Feb 2022 20:56:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1C3E6E081A; Fri, 25 Feb 2022 20:56:38 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 02714E081A for ; Fri, 25 Feb 2022 20:56:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 24E82342E1B for ; Fri, 25 Feb 2022 20:56:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D41AF287 for ; Fri, 25 Feb 2022 20:56:35 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1645822584.1dfc8b493b120ee7a3a39c4a27acbde8ec12982e.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/libreoffice-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild X-VCS-Directories: app-office/libreoffice-bin/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1dfc8b493b120ee7a3a39c4a27acbde8ec12982e X-VCS-Branch: master Date: Fri, 25 Feb 2022 20:56:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5732771b-5727-436b-9db1-401a8ac11bce X-Archives-Hash: afbf9e968c5e35fb98440740db5d848e commit: 1dfc8b493b120ee7a3a39c4a27acbde8ec12982e Author: Andreas K. Hüttel gentoo org> AuthorDate: Fri Feb 25 20:56:14 2022 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Fri Feb 25 20:56:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dfc8b49 app-office/libreoffice-bin: Simplify java deps Closes: https://bugs.gentoo.org/833354 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild b/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild index 26571d8aa4d3..c512839b203a 100644 --- a/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild +++ b/app-office/libreoffice-bin/libreoffice-bin-7.2.5.2.ebuild @@ -171,11 +171,7 @@ RDEPEND="${COMMON_DEPEND} !app-office/openoffice media-fonts/liberation-fonts || ( x11-misc/xdg-utils kde-plasma/kde-cli-tools ) - java? ( || ( - dev-java/openjdk:11 - dev-java/openjdk-jre-bin:11 - >=virtual/jre-1.8 - ) ) + java? ( virtual/jre:11 ) kde? ( kde-frameworks/breeze-icons:* ) "