Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/bustle/
Date: Sat, 04 Jun 2016 11:54:23
Message-Id: 1465041246.d253bf9ddbd725768a88139b02a99e1351b83696.slyfox@gentoo
1 commit: d253bf9ddbd725768a88139b02a99e1351b83696
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 4 11:52:03 2016 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 4 11:54:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d253bf9d
7
8 dev-util/bustle: add missing build-time dependency on dev-perl/Locale-gettext
9
10 Package-Manager: portage-2.3.0_rc1
11
12 dev-util/bustle/bustle-0.5.4.ebuild | 3 ++-
13 1 file changed, 2 insertions(+), 1 deletion(-)
14
15 diff --git a/dev-util/bustle/bustle-0.5.4.ebuild b/dev-util/bustle/bustle-0.5.4.ebuild
16 index a8ae80a..949a545 100644
17 --- a/dev-util/bustle/bustle-0.5.4.ebuild
18 +++ b/dev-util/bustle/bustle-0.5.4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -32,6 +32,7 @@ RDEPEND="dev-haskell/cairo:=
26 dev-haskell/text:=
27 >=dev-lang/ghc-7.4.1:=
28 dev-libs/glib:2
29 + dev-perl/Locale-gettext
30 "
31 DEPEND="${RDEPEND}
32 >=dev-haskell/cabal-1.8