diff options
author | 2010-11-15 13:27:09 +0000 | |
---|---|---|
committer | 2010-11-15 13:27:09 +0000 | |
commit | 79bfb55ace8ba1904058c374ab2ce6aa602267f6 (patch) | |
tree | 3aeadd6dc4b79b27660baa034f23864e5add3345 /dev-libs | |
parent | Initial addition. (diff) | |
download | gentoo-2-79bfb55ace8ba1904058c374ab2ce6aa602267f6.tar.gz gentoo-2-79bfb55ace8ba1904058c374ab2ce6aa602267f6.tar.bz2 gentoo-2-79bfb55ace8ba1904058c374ab2ce6aa602267f6.zip |
Stable on amd64 wrt bug #345473
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/botan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/botan/botan-1.8.10.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/botan/ChangeLog b/dev-libs/botan/ChangeLog index 6b80a4e98d5b..cd8d1b895f5e 100644 --- a/dev-libs/botan/ChangeLog +++ b/dev-libs/botan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/botan # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.62 2010/11/15 10:09:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/ChangeLog,v 1.63 2010/11/15 13:27:09 hwoarang Exp $ + + 15 Nov 2010; Markos Chandras <hwoarang@gentoo.org> botan-1.8.10.ebuild: + Stable on amd64 wrt bug #345473 15 Nov 2010; Thomas Kahle <tomka@gentoo.org> botan-1.8.10.ebuild: x86 stable per bug 345473 diff --git a/dev-libs/botan/botan-1.8.10.ebuild b/dev-libs/botan/botan-1.8.10.ebuild index 5147a93926fd..ad2113e4f3e5 100644 --- a/dev-libs/botan/botan-1.8.10.ebuild +++ b/dev-libs/botan/botan-1.8.10.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/botan/botan-1.8.10.ebuild,v 1.2 2010/11/15 10:09:13 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/botan/botan-1.8.10.ebuild,v 1.3 2010/11/15 13:27:09 hwoarang Exp $ EAPI="3" PYTHON_DEPEND="2" @@ -12,7 +12,7 @@ DESCRIPTION="A C++ crypto library" HOMEPAGE="http://botan.randombit.net/" SRC_URI="http://files.randombit.net/botan/${MY_P}.tbz" -KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~ppc-macos" +KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86 ~ppc-macos" SLOT="0" LICENSE="BSD" IUSE="bzip2 gmp ssl threads zlib" |