diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-11-14 22:59:40 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-11-14 22:59:40 +0000 |
commit | b8a54bee8687447ab7bb5fa1ed99fd6f91673ca6 (patch) | |
tree | ea40c2797ead24d2769299355560a762bc52f017 /media-libs/atlas-c++ | |
parent | cleanup (diff) | |
download | gentoo-2-b8a54bee8687447ab7bb5fa1ed99fd6f91673ca6.tar.gz gentoo-2-b8a54bee8687447ab7bb5fa1ed99fd6f91673ca6.tar.bz2 gentoo-2-b8a54bee8687447ab7bb5fa1ed99fd6f91673ca6.zip |
Stable on amd64 wrt bug #345181
(Portage version: 2.1.9.24/cvs/Linux x86_64)
Diffstat (limited to 'media-libs/atlas-c++')
-rw-r--r-- | media-libs/atlas-c++/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog index a5fdc1de7150..09b80f5a6db6 100644 --- a/media-libs/atlas-c++/ChangeLog +++ b/media-libs/atlas-c++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/atlas-c++ # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.32 2010/11/14 17:13:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.33 2010/11/14 22:59:40 hwoarang Exp $ + + 14 Nov 2010; Markos Chandras <hwoarang@gentoo.org> atlas-c++-0.6.2.ebuild: + Stable on amd64 wrt bug #345181 14 Nov 2010; Christian Faulhammer <fauli@gentoo.org> atlas-c++-0.6.2.ebuild: diff --git a/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild b/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild index a8a652e76ff5..dc42175e0876 100644 --- a/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.6.2.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/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.2 2010/11/14 17:13:04 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.2.ebuild,v 1.3 2010/11/14 22:59:40 hwoarang Exp $ EAPI=2 MY_PN="Atlas-C++" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="~amd64 ~ppc ~sparc x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="doc" RDEPEND="" |