Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtasn1/
Date: Mon, 02 May 2016 03:33:23
Message-Id: 1462160103.a73f0f5de1721ccf39db854a03cdef894b8a43db.mattst88@gentoo
1 commit: a73f0f5de1721ccf39db854a03cdef894b8a43db
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 2 00:59:07 2016 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon May 2 03:35:03 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f0f5d
7
8 dev-libs/libtasn1: alpha stable, bug 579748.
9
10 dev-libs/libtasn1/libtasn1-4.8.ebuild | 2 +-
11 1 file changed, 1 insertion(+), 1 deletion(-)
12
13 diff --git a/dev-libs/libtasn1/libtasn1-4.8.ebuild b/dev-libs/libtasn1/libtasn1-4.8.ebuild
14 index 0064aac..febd3fa 100644
15 --- a/dev-libs/libtasn1/libtasn1-4.8.ebuild
16 +++ b/dev-libs/libtasn1/libtasn1-4.8.ebuild
17 @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
18
19 LICENSE="GPL-3 LGPL-2.1"
20 SLOT="0/6" # subslot = libtasn1 soname version
21 -KEYWORDS="~alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
22 +KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
23 IUSE="doc static-libs"
24
25 DEPEND=">=dev-lang/perl-5.6