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 54115139694 for ; Sat, 27 May 2017 12:46:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3D744E0DC4; Sat, 27 May 2017 12:46:13 +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 165C0E0DC4 for ; Sat, 27 May 2017 12:46:12 +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 BCF1334168E for ; Sat, 27 May 2017 12:46:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 881EC745F for ; Sat, 27 May 2017 12:46:10 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1495883235.c6a66b201e82e6e2baa645121d3914f849f0fe8d.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtasn1/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtasn1/libtasn1-4.11-r1.ebuild dev-libs/libtasn1/libtasn1-4.11.ebuild X-VCS-Directories: dev-libs/libtasn1/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: c6a66b201e82e6e2baa645121d3914f849f0fe8d X-VCS-Branch: master Date: Sat, 27 May 2017 12:46:10 +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: b7780118-13eb-47ce-931b-43ec2e46fca5 X-Archives-Hash: c2c5e35ec0ff3edf109238f2c391773b commit: c6a66b201e82e6e2baa645121d3914f849f0fe8d Author: Alon Bar-Lev gentoo org> AuthorDate: Sat May 27 11:06:46 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Sat May 27 11:07:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a66b20 dev-libs/libtasn1: subslot bump Bug: 619816 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-libs/libtasn1/{libtasn1-4.11.ebuild => libtasn1-4.11-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libtasn1/libtasn1-4.11.ebuild b/dev-libs/libtasn1/libtasn1-4.11-r1.ebuild similarity index 96% rename from dev-libs/libtasn1/libtasn1-4.11.ebuild rename to dev-libs/libtasn1/libtasn1-4.11-r1.ebuild index 24aca51c0e8..c297f11cae5 100644 --- a/dev-libs/libtasn1/libtasn1-4.11.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.11-r1.ebuild @@ -10,7 +10,7 @@ HOMEPAGE="https://www.gnu.org/software/libtasn1/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" -SLOT="0/6" # subslot = libtasn1 soname version +SLOT="0/7" # subslot = libtasn1 soname version KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x64-cygwin ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="doc static-libs valgrind"