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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F1B31138334 for ; Thu, 18 Jul 2019 07:18:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22DC2E0817; Thu, 18 Jul 2019 07:18:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F4237E0817 for ; Thu, 18 Jul 2019 07:18:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 05049347F87 for ; Thu, 18 Jul 2019 07:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A98C2627 for ; Thu, 18 Jul 2019 07:18:19 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1563434292.23bb792fefdd771a9d617c7a414142ad271f4f76.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/virtualbox-6.0.10-r1.ebuild app-emulation/virtualbox/virtualbox-6.0.10.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 23bb792fefdd771a9d617c7a414142ad271f4f76 X-VCS-Branch: master Date: Thu, 18 Jul 2019 07:18:19 +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: 56195e83-5cb9-4df0-bdbc-89945bb8fd2e X-Archives-Hash: 228ce08cffb3b9ffa0a238d6a4b027ce commit: 23bb792fefdd771a9d617c7a414142ad271f4f76 Author: Lars Wendler gentoo org> AuthorDate: Thu Jul 18 07:17:50 2019 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Jul 18 07:18:12 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23bb792f app-emulation/virtualbox: Revbump to add missing desktop.eclass Thanks-to: poncho spahan.ch> Closes: https://bugs.gentoo.org/690124 Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Lars Wendler gentoo.org> .../{virtualbox-6.0.10.ebuild => virtualbox-6.0.10-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox/virtualbox-6.0.10.ebuild b/app-emulation/virtualbox/virtualbox-6.0.10-r1.ebuild similarity index 99% rename from app-emulation/virtualbox/virtualbox-6.0.10.ebuild rename to app-emulation/virtualbox/virtualbox-6.0.10-r1.ebuild index c4c4d3a38aa..74183d635e1 100644 --- a/app-emulation/virtualbox/virtualbox-6.0.10.ebuild +++ b/app-emulation/virtualbox/virtualbox-6.0.10-r1.ebuild @@ -4,7 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) -inherit flag-o-matic java-pkg-opt-2 linux-info pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg +inherit desktop flag-o-matic java-pkg-opt-2 linux-info pax-utils python-single-r1 tmpfiles toolchain-funcs udev xdg MY_PV="${PV/beta/BETA}" MY_PV="${MY_PV/rc/RC}"