Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/librevenge/
Date: Sun, 16 Apr 2017 18:40:50
Message-Id: 1492368028.93ba66c4e59ce1a6c95130cb929300c4717f09af.soap@gentoo
1 commit: 93ba66c4e59ce1a6c95130cb929300c4717f09af
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 18:19:33 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 18:40:28 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ba66c4
7
8 dev-libs/librevenge: Only DEPEND on dev-libs/boost
9
10 Bug: https://bugs.gentoo.org/show_bug.cgi?id=607906
11 Package-Manager: Portage-2.3.5, Repoman-2.3.2
12
13 .../{librevenge-0.0.4.ebuild => librevenge-0.0.4-r1.ebuild} | 4 ++--
14 dev-libs/librevenge/librevenge-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-libs/librevenge/librevenge-0.0.4.ebuild b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
18 similarity index 94%
19 rename from dev-libs/librevenge/librevenge-0.0.4.ebuild
20 rename to dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
21 index 38de1ec2035..c00397f0abc 100644
22 --- a/dev-libs/librevenge/librevenge-0.0.4.ebuild
23 +++ b/dev-libs/librevenge/librevenge-0.0.4-r1.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2016 Gentoo Foundation
26 +# Copyright 1999-2017 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=6
30 @@ -21,10 +21,10 @@ SLOT="0"
31 IUSE="doc test"
32
33 RDEPEND="
34 - dev-libs/boost:=
35 sys-libs/zlib[${MULTILIB_USEDEP}]
36 "
37 DEPEND="${RDEPEND}
38 + dev-libs/boost
39 doc? ( app-doc/doxygen )
40 test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
41 "
42
43 diff --git a/dev-libs/librevenge/librevenge-9999.ebuild b/dev-libs/librevenge/librevenge-9999.ebuild
44 index a17a55ef36d..d1f878c2f5b 100644
45 --- a/dev-libs/librevenge/librevenge-9999.ebuild
46 +++ b/dev-libs/librevenge/librevenge-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2016 Gentoo Foundation
49 +# Copyright 1999-2017 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=6
53 @@ -21,10 +21,10 @@ SLOT="0"
54 IUSE="doc test"
55
56 RDEPEND="
57 - dev-libs/boost:=
58 sys-libs/zlib[${MULTILIB_USEDEP}]
59 "
60 DEPEND="${RDEPEND}
61 + dev-libs/boost
62 doc? ( app-doc/doxygen )
63 test? ( dev-util/cppunit[${MULTILIB_USEDEP}] )
64 "