diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-21 08:34:06 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-12-21 08:34:06 +0000 |
commit | 5fecc6c005b944462a94444878d69bf986aff705 (patch) | |
tree | 0b68c7f05fbf67c404ef57f64700f8b53979aa98 /sci-libs/cqrlib | |
parent | x86 stable wrt bug #394031 (diff) | |
download | gentoo-2-5fecc6c005b944462a94444878d69bf986aff705.tar.gz gentoo-2-5fecc6c005b944462a94444878d69bf986aff705.tar.bz2 gentoo-2-5fecc6c005b944462a94444878d69bf986aff705.zip |
x86 stable wrt bug #394023
(Portage version: 2.1.10.41/cvs/Linux i686)
Diffstat (limited to 'sci-libs/cqrlib')
-rw-r--r-- | sci-libs/cqrlib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cqrlib/cqrlib-1.0.6.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cqrlib/ChangeLog b/sci-libs/cqrlib/ChangeLog index c02f82f60f55..09896e62574f 100644 --- a/sci-libs/cqrlib/ChangeLog +++ b/sci-libs/cqrlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cqrlib # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/ChangeLog,v 1.13 2011/12/15 09:43:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/ChangeLog,v 1.14 2011/12/21 08:34:06 phajdan.jr Exp $ + + 21 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> cqrlib-1.0.6.ebuild: + x86 stable wrt bug #394023 15 Dec 2011; Agostino Sarubbo <ago@gentoo.org> cqrlib-1.0.6.ebuild: Stable for AMD64, wrt bug #394023 diff --git a/sci-libs/cqrlib/cqrlib-1.0.6.ebuild b/sci-libs/cqrlib/cqrlib-1.0.6.ebuild index 13a1968420f4..9a9ceff5a2d9 100644 --- a/sci-libs/cqrlib/cqrlib-1.0.6.ebuild +++ b/sci-libs/cqrlib/cqrlib-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/cqrlib-1.0.6.ebuild,v 1.3 2011/12/15 09:43:17 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cqrlib/cqrlib-1.0.6.ebuild,v 1.4 2011/12/21 08:34:06 phajdan.jr Exp $ EAPI=4 @@ -15,7 +15,7 @@ SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="" RDEPEND="dev-libs/cvector" |