Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-cpp/glibmm/
Date: Wed, 31 Aug 2011 09:21:24
Message-Id: 5f17639b82cc4dae8385a6e094e8e440b53f787e.tetromino@gentoo
1 commit: 5f17639b82cc4dae8385a6e094e8e440b53f787e
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 31 09:19:37 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 31 09:19:37 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5f17639b
7
8 dev-cpp/glibmm: add mm-common dep for eautoreconf
9
10 Thanks to dhx1 in #gentoo-desktop for reporting.
11
12 ---
13 dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild | 4 +++-
14 1 files changed, 3 insertions(+), 1 deletions(-)
15
16 diff --git a/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild b/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild
17 index fab7e74..5d329cf 100644
18 --- a/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild
19 +++ b/dev-cpp/glibmm/glibmm-2.29.11-r1.ebuild
20 @@ -20,7 +20,9 @@ RDEPEND=">=dev-libs/libsigc++-2.2:2
21 >=dev-libs/glib-2.29.8:2"
22 DEPEND="${RDEPEND}
23 dev-util/pkgconfig
24 - doc? ( app-doc/doxygen )"
25 + doc? ( app-doc/doxygen )
26 + dev-cpp/mm-common"
27 +# dev-cpp/mm-common needed for eautoreconf
28
29 pkg_setup() {
30 DOCS="AUTHORS ChangeLog NEWS README"