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 09DF31392BF for ; Wed, 26 Oct 2016 17:02:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B27E6E0AF0; Wed, 26 Oct 2016 17:02:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9B4A5E0AF0 for ; Wed, 26 Oct 2016 17:02:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E3FA341422 for ; Wed, 26 Oct 2016 17:02:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 734502EF for ; Wed, 26 Oct 2016 17:02:38 +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: <1477501352.8934b04c0a28c31efb26b5bba9eba6d64090fb85.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libcdio/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libcdio/libcdio-0.94-r1.ebuild dev-libs/libcdio/libcdio-0.94.ebuild X-VCS-Directories: dev-libs/libcdio/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 8934b04c0a28c31efb26b5bba9eba6d64090fb85 X-VCS-Branch: master Date: Wed, 26 Oct 2016 17:02:38 +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: cb008d45-ed38-4ae0-a0bf-73fd3b1099d6 X-Archives-Hash: b5b075604a0002b1cf44af53ed55a2fd commit: 8934b04c0a28c31efb26b5bba9eba6d64090fb85 Author: Lars Wendler gentoo org> AuthorDate: Wed Oct 26 16:48:05 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Oct 26 17:02:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8934b04c dev-libs/libcdio: Revbump to fix sub-slot. Removed old. Package-Manager: portage-2.3.2 Signed-off-by: Lars Wendler gentoo.org> dev-libs/libcdio/{libcdio-0.94.ebuild => libcdio-0.94-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcdio/libcdio-0.94.ebuild b/dev-libs/libcdio/libcdio-0.94-r1.ebuild similarity index 97% rename from dev-libs/libcdio/libcdio-0.94.ebuild rename to dev-libs/libcdio/libcdio-0.94-r1.ebuild index a0c7841..a7bfb22 100644 --- a/dev-libs/libcdio/libcdio-0.94.ebuild +++ b/dev-libs/libcdio/libcdio-0.94-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/libcdio/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3" -SLOT="0/15" # subslot is based on SONAME +SLOT="0/16" # subslot is based on SONAME KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="cddb +cxx minimal static-libs test"