diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-21 17:58:02 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-21 17:58:02 +0000 |
commit | 5675dd7752c85ce93e3f3f242fe589765e866f84 (patch) | |
tree | de94b6709f92441d1ccf03d14d4a5a00d11e83f9 /dev-libs/libtasn1 | |
parent | Fixed minorsyns and shortened description. (diff) | |
download | gentoo-2-5675dd7752c85ce93e3f3f242fe589765e866f84.tar.gz gentoo-2-5675dd7752c85ce93e3f3f242fe589765e866f84.tar.bz2 gentoo-2-5675dd7752c85ce93e3f3f242fe589765e866f84.zip |
Stable for HPPA (bug #204212).
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-libs/libtasn1')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-1.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index b0995fd6815d..b18b5ef2a483 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.65 2008/02/09 12:36:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.66 2008/03/21 17:58:02 jer Exp $ + + 21 Mar 2008; Jeroen Roovers <jer@gentoo.org> libtasn1-1.3.ebuild: + Stable for HPPA (bug #204212). 09 Feb 2008; Raúl Porcel <armin76@gentoo.org> libtasn1-1.2.ebuild: alpha/ia64/sparc/x86 stable diff --git a/dev-libs/libtasn1/libtasn1-1.3.ebuild b/dev-libs/libtasn1/libtasn1-1.3.ebuild index e5e5b7cad213..92dfac7e4f24 100644 --- a/dev-libs/libtasn1/libtasn1-1.3.ebuild +++ b/dev-libs/libtasn1/libtasn1-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-1.3.ebuild,v 1.3 2008/02/02 06:50:51 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-1.3.ebuild,v 1.4 2008/03/21 17:58:02 jer Exp $ DESCRIPTION="provides ASN.1 structures parsing capabilities for use with GNUTLS" HOMEPAGE="http://www.gnutls.org/" @@ -8,7 +8,7 @@ SRC_URI="http://josefsson.org/gnutls/releases/libtasn1/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="doc" DEPEND=">=dev-lang/perl-5.6 |