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 DBF751382C5 for ; Sun, 28 Jan 2018 12:54:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31297E0D00; Sun, 28 Jan 2018 12:54:47 +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 0E91AE0D01 for ; Sun, 28 Jan 2018 12:54:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5AC4B335C49 for ; Sun, 28 Jan 2018 12:54:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B19B91E2 for ; Sun, 28 Jan 2018 12:54:42 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1517144074.431d9497f100fe8f20e85c377ad6d71de9ee53d3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/gazebo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/gazebo/gazebo-9.0.0.ebuild X-VCS-Directories: sci-electronics/gazebo/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 431d9497f100fe8f20e85c377ad6d71de9ee53d3 X-VCS-Branch: master Date: Sun, 28 Jan 2018 12:54:42 +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: 424e4317-39bd-4a0e-92f5-0b023b34ed65 X-Archives-Hash: f9d8b711a8954eb6135b935436accecc commit: 431d9497f100fe8f20e85c377ad6d71de9ee53d3 Author: Alexis Ballier gentoo org> AuthorDate: Sun Jan 28 11:15:42 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Jan 28 12:54:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=431d9497 sci-electronics/gazebo: bump subslot too Package-Manager: Portage-2.3.20, Repoman-2.3.6 sci-electronics/gazebo/gazebo-9.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-electronics/gazebo/gazebo-9.0.0.ebuild b/sci-electronics/gazebo/gazebo-9.0.0.ebuild index 5c58345f262..76ad65771aa 100644 --- a/sci-electronics/gazebo/gazebo-9.0.0.ebuild +++ b/sci-electronics/gazebo/gazebo-9.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://osrf-distributions.s3.amazonaws.com/gazebo/releases/${P}.tar.bz LICENSE="Apache-2.0" # Subslot = major version = soname of libs -SLOT="0/8" +SLOT="0/9" KEYWORDS="~amd64" IUSE="cpu_flags_x86_sse2 libav test"