diff options
author | Markus Meier <maekke@gentoo.org> | 2008-08-20 18:52:45 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2008-08-20 18:52:45 +0000 |
commit | cc7df52d20d3ac27656096acd0301e3b7cf05331 (patch) | |
tree | 11ff45be1140fa2691b7c0e04797c24d983350ca /media-libs/atlas-c++ | |
parent | Version bump, thanks to Paweł Kilian for ebuild (diff) | |
download | gentoo-2-cc7df52d20d3ac27656096acd0301e3b7cf05331.tar.gz gentoo-2-cc7df52d20d3ac27656096acd0301e3b7cf05331.tar.bz2 gentoo-2-cc7df52d20d3ac27656096acd0301e3b7cf05331.zip |
amd64/x86 stable, bug #235169
(Portage version: 2.2_rc8/cvs/Linux 2.6.27-rc2 i686)
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.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog index ea0b227247e0..795870a3d6a1 100644 --- a/media-libs/atlas-c++/ChangeLog +++ b/media-libs/atlas-c++/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/atlas-c++ # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.24 2008/04/14 22:11:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.25 2008/08/20 18:52:45 maekke Exp $ + + 20 Aug 2008; Markus Meier <maekke@gentoo.org> atlas-c++-0.6.1.ebuild: + amd64/x86 stable, bug #235169 14 Apr 2008; Tupone Alfredo <tupone@gentoo.org> +files/atlas-c++-0.6.1-gcc-4.3.patch, atlas-c++-0.6.1.ebuild: diff --git a/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild b/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild index a295a9f3a07a..34c81aac9e80 100644 --- a/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.1.ebuild,v 1.4 2008/04/14 22:11:49 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v 1.5 2008/08/20 18:52:45 maekke Exp $ inherit eutils autotools @@ -12,7 +12,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="bzip2 doc zlib" RDEPEND="" |