summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-03 13:44:34 +0000
committerJustin Lecher <jlec@gentoo.org>2015-04-03 13:44:34 +0000
commitd5142bd54f83ce169a727881c26180b2d184d1e7 (patch)
tree8db876e3d3171e9f141b255649139ad6a2ab9fc6 /sci-libs/cddlib
parentFix SLOT operators; bump EAPI; add missing eclass (diff)
downloadgentoo-2-d5142bd54f83ce169a727881c26180b2d184d1e7.tar.gz
gentoo-2-d5142bd54f83ce169a727881c26180b2d184d1e7.tar.bz2
gentoo-2-d5142bd54f83ce169a727881c26180b2d184d1e7.zip
Fix SLOT operator
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-libs/cddlib')
-rw-r--r--sci-libs/cddlib/ChangeLog7
-rw-r--r--sci-libs/cddlib/cddlib-094g.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/cddlib/ChangeLog b/sci-libs/cddlib/ChangeLog
index 3d7800bae5f1..0a4b63fbd51f 100644
--- a/sci-libs/cddlib/ChangeLog
+++ b/sci-libs/cddlib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/cddlib
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/ChangeLog,v 1.6 2014/08/10 20:24:54 slyfox Exp $
+# 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 $
+
+ 03 Apr 2015; Justin Lecher <jlec@gentoo.org> cddlib-094g.ebuild:
+ Fix SLOT operator
10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> cddlib-094f-r2.ebuild,
cddlib-094g.ebuild:
diff --git a/sci-libs/cddlib/cddlib-094g.ebuild b/sci-libs/cddlib/cddlib-094g.ebuild
index a0b99e13909e..66575bdce623 100644
--- a/sci-libs/cddlib/cddlib-094g.ebuild
+++ b/sci-libs/cddlib/cddlib-094g.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# 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.2 2014/08/10 20:24:54 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cddlib/cddlib-094g.ebuild,v 1.3 2015/04/03 13:44:34 jlec Exp $
EAPI=5
@@ -17,7 +17,7 @@ LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="doc static-libs"
-DEPEND=">=dev-libs/gmp-4.2.2"
+DEPEND=">=dev-libs/gmp-4.2.2:0="
RDEPEND="${DEPEND}"
AUTOTOOLS_IN_SOURCE_BUILD="1"
@@ -38,7 +38,7 @@ src_prepare() {
}
src_install() {
- use doc && DOCS=( ${DOCS[@]} doc/cddlibman.pdf doc/cddlibman.ps )
+ use doc && DOCS+=( doc/cddlibman.pdf doc/cddlibman.ps )
autotools-utils_src_install
}