summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFerris McCormick <fmccor@gentoo.org>2008-02-28 15:41:38 +0000
committerFerris McCormick <fmccor@gentoo.org>2008-02-28 15:41:38 +0000
commit601675d521c6fc40f52135cee14cf7bb477f1cc8 (patch)
tree45986d6bcc36fb6c11d9b05af355d300c0a8a3b8 /media-libs/atlas-c++
parentversion bump (diff)
downloadgentoo-2-601675d521c6fc40f52135cee14cf7bb477f1cc8.tar.gz
gentoo-2-601675d521c6fc40f52135cee14cf7bb477f1cc8.tar.bz2
gentoo-2-601675d521c6fc40f52135cee14cf7bb477f1cc8.zip
Restore ~sparc keyword --- Bug #211773 --- note that one test won't build,
but that seems to be caused by a syntax error in the test source. (Portage version: 2.2_pre2)
Diffstat (limited to 'media-libs/atlas-c++')
-rw-r--r--media-libs/atlas-c++/ChangeLog8
-rw-r--r--media-libs/atlas-c++/atlas-c++-0.6.1.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog
index b940da228faa..72995276571f 100644
--- a/media-libs/atlas-c++/ChangeLog
+++ b/media-libs/atlas-c++/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-libs/atlas-c++
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.21 2007/11/25 10:19:45 tupone Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.22 2008/02/28 15:41:38 fmccor Exp $
+
+ 28 Feb 2008; Ferris McCormick <fmccor@gentoo.org> atlas-c++-0.6.1.ebuild:
+ Restore ~sparc keyword --- Bug #211773 --- note that one test won't build,
+ but that seems to be caused by a syntax error in the test source.
*atlas-c++-0.6.1 (25 Nov 2007)
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 6cc7bb7c7cbf..5daf0aad6e19 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-2007 Gentoo Foundation
+# 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.1 2007/11/25 10:19:45 tupone Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.6.1.ebuild,v 1.2 2008/02/28 15:41:38 fmccor Exp $
inherit eutils
@@ -12,7 +12,7 @@ SRC_URI="mirror://sourceforge/worldforge/${MY_P}.tar.bz2"
SLOT="0"
LICENSE="LGPL-2.1"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="bzip2 doc zlib"
RDEPEND=""