diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 13:36:54 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-04-08 13:36:54 +0000 |
commit | f72f8100640dd1878453ac58408540e2411b3917 (patch) | |
tree | 4e9e65c727ba2f839795f9338c3492cd0ac55b9f /sci-libs/cddlib | |
parent | Stable for amd64, wrt bug #545400 (diff) | |
download | gentoo-2-f72f8100640dd1878453ac58408540e2411b3917.tar.gz gentoo-2-f72f8100640dd1878453ac58408540e2411b3917.tar.bz2 gentoo-2-f72f8100640dd1878453ac58408540e2411b3917.zip |
Stable for amd64, wrt bug #545406
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'sci-libs/cddlib')
-rw-r--r-- | sci-libs/cddlib/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/cddlib/cddlib-094g.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/cddlib/ChangeLog b/sci-libs/cddlib/ChangeLog index 0a4b63fbd51f..71c8b280ef87 100644 --- a/sci-libs/cddlib/ChangeLog +++ b/sci-libs/cddlib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/cddlib # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/ChangeLog,v 1.7 2015/04/03 13:44:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/ChangeLog,v 1.8 2015/04/08 13:36:54 ago Exp $ + + 08 Apr 2015; Agostino Sarubbo <ago@gentoo.org> cddlib-094g.ebuild: + Stable for amd64, wrt bug #545406 03 Apr 2015; Justin Lecher <jlec@gentoo.org> cddlib-094g.ebuild: Fix SLOT operator diff --git a/sci-libs/cddlib/cddlib-094g.ebuild b/sci-libs/cddlib/cddlib-094g.ebuild index 66575bdce623..ee012f74714e 100644 --- a/sci-libs/cddlib/cddlib-094g.ebuild +++ b/sci-libs/cddlib/cddlib-094g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/cddlib-094g.ebuild,v 1.3 2015/04/03 13:44:34 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/cddlib-094g.ebuild,v 1.4 2015/04/08 13:36:54 ago Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="ftp://ftp.ifor.math.ethz.ch/pub/fukuda/cdd/${P}.tar.gz" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc static-libs" DEPEND=">=dev-libs/gmp-4.2.2:0=" |