diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 10:35:09 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-05-26 10:35:09 +0000 |
commit | 1eee209e8fcd4cead6d9ec79c131a228809a6a9d (patch) | |
tree | a4788daf79373844888b30e19d483da63628d339 /dev-libs | |
parent | stable amd64, bug 321089 (diff) | |
download | gentoo-2-1eee209e8fcd4cead6d9ec79c131a228809a6a9d.tar.gz gentoo-2-1eee209e8fcd4cead6d9ec79c131a228809a6a9d.tar.bz2 gentoo-2-1eee209e8fcd4cead6d9ec79c131a228809a6a9d.zip |
stable amd64, bug 320943
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/libtasn1/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libtasn1/libtasn1-2.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/libtasn1/ChangeLog b/dev-libs/libtasn1/ChangeLog index e4a3eb2c12ff..253f81ef6e8e 100644 --- a/dev-libs/libtasn1/ChangeLog +++ b/dev-libs/libtasn1/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libtasn1 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.113 2010/05/24 15:26:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/ChangeLog,v 1.114 2010/05/26 10:35:09 pacho Exp $ + + 26 May 2010; Pacho Ramos <pacho@gentoo.org> libtasn1-2.6.ebuild: + stable amd64, bug 320943 23 May 2010; <nixnut@gentoo.org> libtasn1-2.6.ebuild: ppc stable #320943 diff --git a/dev-libs/libtasn1/libtasn1-2.6.ebuild b/dev-libs/libtasn1/libtasn1-2.6.ebuild index 5390e3d38e1e..8c987ff8fec9 100644 --- a/dev-libs/libtasn1/libtasn1-2.6.ebuild +++ b/dev-libs/libtasn1/libtasn1-2.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-2.6.ebuild,v 1.2 2010/05/24 15:26:58 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libtasn1/libtasn1-2.6.ebuild,v 1.3 2010/05/26 10:35:09 pacho Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-3 LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc" DEPEND=">=dev-lang/perl-5.6 |