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 152B6138331 for ; Mon, 19 Mar 2018 15:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3EF5E0928; Mon, 19 Mar 2018 15:41:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C9FBAE0928 for ; Mon, 19 Mar 2018 15:41:59 +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 11F47335C5C for ; Mon, 19 Mar 2018 15:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC96B25A for ; Mon, 19 Mar 2018 15:41:55 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1521473837.d0d467c8d868b66bd5d68dd1937e1b6c8a0ae7d2.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/spice/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/spice/spice-0.14.0-r1.ebuild app-emulation/spice/spice-0.14.0.ebuild X-VCS-Directories: app-emulation/spice/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: d0d467c8d868b66bd5d68dd1937e1b6c8a0ae7d2 X-VCS-Branch: master Date: Mon, 19 Mar 2018 15:41:55 +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-Archives-Salt: 7ce621ab-2ce1-4b64-a342-c910e30cddea X-Archives-Hash: 009493423230c52b2e16ef1c5b929185 commit: d0d467c8d868b66bd5d68dd1937e1b6c8a0ae7d2 Author: Matthias Maier gentoo org> AuthorDate: Mon Mar 19 15:37:17 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Mar 19 15:37:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0d467c8 app-emulation/spice: fix dependency Closes: https://bugs.gentoo.org/647722 Package-Manager: Portage-2.3.24, Repoman-2.3.6 app-emulation/spice/{spice-0.14.0.ebuild => spice-0.14.0-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-emulation/spice/spice-0.14.0.ebuild b/app-emulation/spice/spice-0.14.0-r1.ebuild similarity index 98% rename from app-emulation/spice/spice-0.14.0.ebuild rename to app-emulation/spice/spice-0.14.0-r1.ebuild index 11420b4ea1b..1894349c506 100644 --- a/app-emulation/spice/spice-0.14.0.ebuild +++ b/app-emulation/spice/spice-0.14.0-r1.ebuild @@ -17,6 +17,7 @@ IUSE="libressl lz4 sasl smartcard static-libs gstreamer" # the libspice-server only uses the headers of libcacard RDEPEND=" + dev-lang/orc[static-libs(+)?] >=dev-libs/glib-2.22:2[static-libs(+)?] media-libs/opus[static-libs(+)?] sys-libs/zlib[static-libs(+)?]