diff options
author | Simon Stelling <blubb@gentoo.org> | 2005-04-22 09:45:10 +0000 |
---|---|---|
committer | Simon Stelling <blubb@gentoo.org> | 2005-04-22 09:45:10 +0000 |
commit | ecf18465577d61340f9392d555d254322ea189ee (patch) | |
tree | abd2cf79a25ab20a26bfc0708ff29a917bbe06e9 /dev-libs/ccmath | |
parent | Stable on alpha, bug 89517. (diff) | |
download | historical-ecf18465577d61340f9392d555d254322ea189ee.tar.gz historical-ecf18465577d61340f9392d555d254322ea189ee.tar.bz2 historical-ecf18465577d61340f9392d555d254322ea189ee.zip |
stable amd64
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-libs/ccmath')
-rw-r--r-- | dev-libs/ccmath/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/ccmath/ccmath-2.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-libs/ccmath/ChangeLog b/dev-libs/ccmath/ChangeLog index b18a6820f940..95c1cde9769b 100644 --- a/dev-libs/ccmath/ChangeLog +++ b/dev-libs/ccmath/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ccmath -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.7 2004/10/19 21:38:47 sekretarz Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ChangeLog,v 1.8 2005/04/22 09:23:20 blubb Exp $ + + 22 Apr 2005; Simon Stelling <blubb@gentoo.org> ccmath-2.2.1.ebuild: + stable on amd64 19 Oct 2004; Karol Wojtaszek,,, <sekretarz@gentoo.org> +files/ccmath-2.2.1-fPIC.patch, ccmath-2.2.1.ebuild: diff --git a/dev-libs/ccmath/ccmath-2.2.1.ebuild b/dev-libs/ccmath/ccmath-2.2.1.ebuild index 758e50e295f5..67d3c80f1060 100644 --- a/dev-libs/ccmath/ccmath-2.2.1.ebuild +++ b/dev-libs/ccmath/ccmath-2.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.9 2004/10/19 21:38:47 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ccmath/ccmath-2.2.1.ebuild,v 1.10 2005/04/22 09:23:20 blubb Exp $ inherit eutils @@ -13,7 +13,7 @@ HOMEPAGE="http://freshmeat.net/projects/ccmath/" SLOT="0" LICENSE="LGPL-2.1" -KEYWORDS="x86 ppc sparc ~amd64" +KEYWORDS="x86 ppc sparc amd64" DEPEND="virtual/libc" |