diff options
author | 2012-06-11 12:24:23 +0000 | |
---|---|---|
committer | 2012-06-11 12:24:23 +0000 | |
commit | a93fe838604585669ffa03e91cd69c747743d15c (patch) | |
tree | f6de7d6bdf784e8607cb4dd51825b4303333b7f6 /dev-libs/nss | |
parent | keyword ~x86-linux (diff) | |
download | historical-a93fe838604585669ffa03e91cd69c747743d15c.tar.gz historical-a93fe838604585669ffa03e91cd69c747743d15c.tar.bz2 historical-a93fe838604585669ffa03e91cd69c747743d15c.zip |
Stable for amd64, wrt bug #420125
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'dev-libs/nss')
-rw-r--r-- | dev-libs/nss/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/nss/nss-3.13.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/nss/ChangeLog b/dev-libs/nss/ChangeLog index b9b282550d2a..8d2501d47e20 100644 --- a/dev-libs/nss/ChangeLog +++ b/dev-libs/nss/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/nss # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.251 2012/06/08 04:52:51 xmw Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/ChangeLog,v 1.252 2012/06/11 12:24:23 ago Exp $ + + 11 Jun 2012; Agostino Sarubbo <ago@gentoo.org> nss-3.13.5.ebuild: + Stable for amd64, wrt bug #420125 08 Jun 2012; Michael Weber <xmw@gentoo.org> nss-3.13.4.ebuild: ppc stable (bug 414963) diff --git a/dev-libs/nss/nss-3.13.5.ebuild b/dev-libs/nss/nss-3.13.5.ebuild index 2336cf6b3a3a..1e121a43e2fe 100644 --- a/dev-libs/nss/nss-3.13.5.ebuild +++ b/dev-libs/nss/nss-3.13.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.13.5.ebuild,v 1.1 2012/06/06 12:55:07 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/nss/nss-3.13.5.ebuild,v 1.2 2012/06/11 12:24:23 ago Exp $ EAPI=3 inherit eutils flag-o-matic multilib toolchain-funcs @@ -16,7 +16,7 @@ SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${RTM_NAME} LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" IUSE="utils" DEPEND="virtual/pkgconfig" |