diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:36:21 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-02 12:36:21 +0000 |
commit | 97f39d509730742a9831149eb2fe356166bf5d68 (patch) | |
tree | 40fce8b55d4b0ea65c1b2101e15371d49387faf6 /dev-libs | |
parent | Stable for sparc, wrt bug #532440 (diff) | |
download | gentoo-2-97f39d509730742a9831149eb2fe356166bf5d68.tar.gz gentoo-2-97f39d509730742a9831149eb2fe356166bf5d68.tar.bz2 gentoo-2-97f39d509730742a9831149eb2fe356166bf5d68.zip |
Stable for sparc, wrt bug #532560
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="sparc", signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index 77bedcc85261..22e31d0c0708 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.223 2015/01/01 11:30:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.224 2015/01/02 12:36:21 ago Exp $ + + 02 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libtasn1-4.2.ebuild: + Stable for sparc, wrt bug #532560 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> libtasn1-4.2.ebuild: Stable for ppc64, wrt bug #532560 diff --git a/dev-libs/libtasn1/libtasn1-4.2.ebuild b/dev-libs/libtasn1/libtasn1-4.2.ebuild index 37cc5894f57e..01d3cd090c44 100644 --- a/dev-libs/libtasn1/libtasn1-4.2.ebuild +++ b/dev-libs/libtasn1/libtasn1-4.2.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.2.ebuild,v 1.7 2015/01/01 11:30:37 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-4.2.ebuild,v 1.8 2015/01/02 12:36:21 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 |