Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/starparse/
Date: Sat, 28 Dec 2013 19:02:52
Message-Id: 1388257357.6cf68b0006d39dbff6529caa6fc5bf0161bbfcaa.jlec@gentoo
1 commit: 6cf68b0006d39dbff6529caa6fc5bf0161bbfcaa
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 28 19:02:37 2013 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 28 19:02:37 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=6cf68b00
7
8 sci-libs/starparse: Add missing dep on pkgconfig
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 sci-libs/starparse/ChangeLog | 3 +++
14 sci-libs/starparse/starparse-9999.ebuild | 3 ++-
15 2 files changed, 5 insertions(+), 1 deletion(-)
16
17 diff --git a/sci-libs/starparse/ChangeLog b/sci-libs/starparse/ChangeLog
18 index d425538..56f12b5 100644
19 --- a/sci-libs/starparse/ChangeLog
20 +++ b/sci-libs/starparse/ChangeLog
21 @@ -3,6 +3,9 @@
22 # $Header: $
23
24 28 Dec 2013; Justin Lecher <jlec@g.o> starparse-9999.ebuild:
25 + Add missing dep on pkgconfig
26 +
27 + 28 Dec 2013; Justin Lecher <jlec@g.o> starparse-9999.ebuild:
28 Fix guile SLOT and drop out-of-source workaround
29
30 28 Dec 2013; Justin Lecher <jlec@g.o> -starparse-1.0.ebuild,
31
32 diff --git a/sci-libs/starparse/starparse-9999.ebuild b/sci-libs/starparse/starparse-9999.ebuild
33 index 6b62899..09265fc 100644
34 --- a/sci-libs/starparse/starparse-9999.ebuild
35 +++ b/sci-libs/starparse/starparse-9999.ebuild
36 @@ -18,7 +18,8 @@ KEYWORDS=""
37 IUSE="guile static-libs"
38
39 RDEPEND="guile? ( dev-scheme/guile:12 )"
40 -DEPEND="${RDEPEND}"
41 +DEPEND="${RDEPEND}
42 + virtual/pkconfig"
43
44 src_configure() {
45 local myeconfargs=( $(use_enable guile) )