diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2011-03-27 16:14:46 +0000 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2011-03-27 16:14:46 +0000 |
commit | 1b12839a3815755927d748872b6165706758caeb (patch) | |
tree | 515fca097a795b8fa93c6273c3e06d9a6c1c159a /dev-libs | |
parent | old (diff) | |
download | gentoo-2-1b12839a3815755927d748872b6165706758caeb.tar.gz gentoo-2-1b12839a3815755927d748872b6165706758caeb.tar.bz2 gentoo-2-1b12839a3815755927d748872b6165706758caeb.zip |
Stable on alpha, bug #360633
(Portage version: 2.1.9.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/pkcs11-helper/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-libs/pkcs11-helper/ChangeLog b/dev-libs/pkcs11-helper/ChangeLog index aca7a9e5d51b..92161c7e2ea2 100644 --- a/dev-libs/pkcs11-helper/ChangeLog +++ b/dev-libs/pkcs11-helper/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/pkcs11-helper # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pkcs11-helper/ChangeLog,v 1.37 2011/03/26 20:10:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pkcs11-helper/ChangeLog,v 1.38 2011/03/27 16:14:46 klausman Exp $ + + 27 Mar 2011; Tobias Klausmann <klausman@gentoo.org> + pkcs11-helper-1.08.ebuild: + Stable on alpha, bug #360633 26 Mar 2011; Christoph Mende <angelos@gentoo.org> pkcs11-helper-1.08.ebuild: Stable on amd64 wrt bug #360633 diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild index 62e3172dcca0..9ccc00a44a31 100644 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild +++ b/dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild,v 1.2 2011/03/26 20:10:37 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/pkcs11-helper/pkcs11-helper-1.08.ebuild,v 1.3 2011/03/27 16:14:46 klausman Exp $ EAPI="3" @@ -10,7 +10,7 @@ SRC_URI="http://www.opensc-project.org/files/${PN}/${P}.tar.bz2" LICENSE="|| ( BSD GPL-2 )" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="doc gnutls nss static-libs" RDEPEND=">=dev-libs/openssl-0.9.7 |