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 153CF1382C5 for ; Thu, 21 Jan 2021 14:11:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49D92E07C5; Thu, 21 Jan 2021 14:11:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 30A9AE07C5 for ; Thu, 21 Jan 2021 14:11:15 +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 BFFAE340BDA for ; Thu, 21 Jan 2021 14:11:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBF45CC for ; Thu, 21 Jan 2021 14:11:11 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1611238259.aaf3d71b552f2ce81492e8cf4ac86864633c392a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/cppunit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/cppunit/cppunit-1.15.1-r1.ebuild dev-util/cppunit/cppunit-1.15.1.ebuild X-VCS-Directories: dev-util/cppunit/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: aaf3d71b552f2ce81492e8cf4ac86864633c392a X-VCS-Branch: master Date: Thu, 21 Jan 2021 14:11:11 +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: 5e34ef4d-3f25-422f-bbe4-74d601595b3d X-Archives-Hash: c281881bdf7768161ac18d2aa855b108 commit: aaf3d71b552f2ce81492e8cf4ac86864633c392a Author: Ben Kohler gentoo org> AuthorDate: Thu Jan 21 14:08:25 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Jan 21 14:10:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf3d71b dev-util/cppunit: add subslot Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Ben Kohler gentoo.org> dev-util/cppunit/{cppunit-1.15.1.ebuild => cppunit-1.15.1-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/cppunit/cppunit-1.15.1.ebuild b/dev-util/cppunit/cppunit-1.15.1-r1.ebuild similarity index 99% rename from dev-util/cppunit/cppunit-1.15.1.ebuild rename to dev-util/cppunit/cppunit-1.15.1-r1.ebuild index a03be99e2df..09eb8d15a46 100644 --- a/dev-util/cppunit/cppunit-1.15.1.ebuild +++ b/dev-util/cppunit/cppunit-1.15.1-r1.ebuild @@ -15,7 +15,7 @@ else KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" fi LICENSE="LGPL-2.1" -SLOT="0" +SLOT="0/1.15" IUSE="doc examples static-libs" RDEPEND=""