diff options
author | 2015-05-01 04:37:55 +0000 | |
---|---|---|
committer | 2015-05-01 04:37:55 +0000 | |
commit | 6115e8c06aa684880f03f1c565c97b4a49150a4f (patch) | |
tree | 765ee85b4948c04f053cc5f6fe5388ef9d63905e /dev-libs/libtasn1 | |
parent | Marked ~ppc64 (bug #532520). (diff) | |
download | gentoo-2-6115e8c06aa684880f03f1c565c97b4a49150a4f.tar.gz gentoo-2-6115e8c06aa684880f03f1c565c97b4a49150a4f.tar.bz2 gentoo-2-6115e8c06aa684880f03f1c565c97b4a49150a4f.zip |
Stable for HPPA (bug #548252).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-libs/libtasn1')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-4.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index 4ae58d1294ee..c2b809ccb7b5 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.241 2015/05/01 04:26:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.242 2015/05/01 04:37:55 jer Exp $ + + 01 May 2015; Jeroen Roovers <jer@gentoo.org> libtasn1-4.5.ebuild: + Stable for HPPA (bug #548252). 01 May 2015; Jeroen Roovers <jer@gentoo.org> libtasn1-4.5.ebuild: Stable for PPC64 (bug #548252). diff --git a/dev-libs/libtasn1/libtasn1-4.5.ebuild b/dev-libs/libtasn1/libtasn1-4.5.ebuild index 5f79203c6099..c19b417e7ecc 100644 --- a/dev-libs/libtasn1/libtasn1-4.5.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.5.ebuild @@ -1,6 +1,6 @@ # 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.5.ebuild,v 1.2 2015/05/01 04:26:43 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.5.ebuild,v 1.3 2015/05/01 04:37:55 jer 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 |