diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-02 09:18:18 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2011-01-02 09:18:18 +0000 |
commit | 316a49d9d740a18b443942031f157b3548bef7f5 (patch) | |
tree | 2f8e061da80a71655fbdb44af11b8aa0a07820a3 /sci-libs | |
parent | import pyprof2calltree (diff) | |
download | gentoo-2-316a49d9d740a18b443942031f157b3548bef7f5.tar.gz gentoo-2-316a49d9d740a18b443942031f157b3548bef7f5.tar.bz2 gentoo-2-316a49d9d740a18b443942031f157b3548bef7f5.zip |
x86 stable wrt bug #349167
(Portage version: 2.1.9.25/cvs/Linux i686)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/cddlib/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/cddlib/cddlib-094f-r2.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sci-libs/cddlib/ChangeLog b/sci-libs/cddlib/ChangeLog index 795727870931..501a58392ce7 100644 --- a/sci-libs/cddlib/ChangeLog +++ b/sci-libs/cddlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/cddlib -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/ChangeLog,v 1.2 2010/12/29 18:10:43 hwoarang Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/ChangeLog,v 1.3 2011/01/02 09:18:18 phajdan.jr Exp $ + + 02 Jan 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> + cddlib-094f-r2.ebuild: + x86 stable wrt bug #349167 29 Dec 2010; Markos Chandras <hwoarang@gentoo.org> cddlib-094f-r2.ebuild: Stable on amd64 wrt bug #349167 diff --git a/sci-libs/cddlib/cddlib-094f-r2.ebuild b/sci-libs/cddlib/cddlib-094f-r2.ebuild index 5ee8f12c7a60..0be993868c56 100644 --- a/sci-libs/cddlib/cddlib-094f-r2.ebuild +++ b/sci-libs/cddlib/cddlib-094f-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/cddlib-094f-r2.ebuild,v 1.2 2010/12/29 18:10:43 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/cddlib-094f-r2.ebuild,v 1.3 2011/01/02 09:18:18 phajdan.jr Exp $ EAPI="3" @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~ppc x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" DEPEND=">=dev-libs/gmp-4.2.2" |