summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2015-01-01 11:30:37 +0000
committerAgostino Sarubbo <ago@gentoo.org>2015-01-01 11:30:37 +0000
commitf0e918923d298660f683cb29c14425f153279e34 (patch)
tree358165f75ace838995c125e86c07bfabef42ac04 /dev-libs
parentStable for ppc64, wrt bug #532512 (diff)
downloadgentoo-2-f0e918923d298660f683cb29c14425f153279e34.tar.gz
gentoo-2-f0e918923d298660f683cb29c14425f153279e34.tar.bz2
gentoo-2-f0e918923d298660f683cb29c14425f153279e34.zip
Stable for ppc64, wrt bug #532560
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r--dev-libs/libtasn1/ChangeLog7
-rw-r--r--dev-libs/libtasn1/libtasn1-4.2.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog
index 82a65362185e..77bedcc85261 100644
--- a/dev-libs/libtasn1/ChangeLog
+++ b/dev-libs/libtasn1/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/libtasn1
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.222 2014/12/31 16:20:02 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.223 2015/01/01 11:30:37 ago Exp $
+
+ 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libtasn1-4.2.ebuild:
+ Stable for ppc64, wrt bug #532560
31 Dec 2014; Agostino Sarubbo <ago@gentoo.org> libtasn1-4.2.ebuild:
Stable for ppc, wrt bug #532560
diff --git a/dev-libs/libtasn1/libtasn1-4.2.ebuild b/dev-libs/libtasn1/libtasn1-4.2.ebuild
index f0d024efe079..37cc5894f57e 100644
--- a/dev-libs/libtasn1/libtasn1-4.2.ebuild
+++ b/dev-libs/libtasn1/libtasn1-4.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.2.ebuild,v 1.6 2014/12/31 16:20:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.2.ebuild,v 1.7 2015/01/01 11:30:37 ago Exp $
EAPI=5
@@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
LICENSE="GPL-3 LGPL-2.1"
SLOT="0/6" # subslot = libtasn1 soname version
-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"
+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"
IUSE="doc static-libs"
DEPEND=">=dev-lang/perl-5.6