diff options
author | Jason Wever <weeve@gentoo.org> | 2004-04-19 04:48:00 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-04-19 04:48:00 +0000 |
commit | c9a24dad4c3d90a061e3f35e3acd815f80d4b153 (patch) | |
tree | 55b85809017ea7c0ee064b7d7485b6324cbc0aa9 /media-libs/atlas-c++ | |
parent | fix DEPEND (diff) | |
download | gentoo-2-c9a24dad4c3d90a061e3f35e3acd815f80d4b153.tar.gz gentoo-2-c9a24dad4c3d90a061e3f35e3acd815f80d4b153.tar.bz2 gentoo-2-c9a24dad4c3d90a061e3f35e3acd815f80d4b153.zip |
Added ~sparc keyword.
Diffstat (limited to 'media-libs/atlas-c++')
-rw-r--r-- | media-libs/atlas-c++/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/atlas-c++/atlas-c++-0.4.5.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/media-libs/atlas-c++/ChangeLog b/media-libs/atlas-c++/ChangeLog index 75b12d71da3f..bc1ac4aece4f 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-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.6 2003/12/31 19:31:04 george Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/ChangeLog,v 1.7 2004/04/19 04:48:00 weeve Exp $ + + 18 Apr 2004; Jason Wever <weeve@gentoo.org> atlas-c++-0.4.5.ebuild: + Added ~sparc keyword. *atlas-c++-0.4.6 (31 Dec 2003) diff --git a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild index 39b7e6ecef2f..1dd04c2c848f 100644 --- a/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild +++ b/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.4 2004/03/19 07:56:03 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/atlas-c++/atlas-c++-0.4.5.ebuild,v 1.5 2004/04/19 04:48:00 weeve Exp $ MY_PN="Atlas-C++" MY_P=${MY_PN}-${PV} @@ -11,7 +11,7 @@ SRC_URI="ftp://ftp.worldforge.org/pub/worldforge/libs/${MY_PN}/${MY_P}.tar.bz2" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86" +KEYWORDS="x86 ~sparc" DEPEND="virtual/glibc =dev-libs/libsigc++-1.0*" |