diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-04 12:52:03 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2016-06-04 12:54:06 +0100 |
commit | d253bf9ddbd725768a88139b02a99e1351b83696 (patch) | |
tree | 067cdd16e2f170e08c0f6d798e6429c399b5d530 /dev-util/bustle/bustle-0.5.4.ebuild | |
parent | dev-libs/capstone: initial commit, a disassembler library for various targets (diff) | |
download | gentoo-d253bf9ddbd725768a88139b02a99e1351b83696.tar.gz gentoo-d253bf9ddbd725768a88139b02a99e1351b83696.tar.bz2 gentoo-d253bf9ddbd725768a88139b02a99e1351b83696.zip |
dev-util/bustle: add missing build-time dependency on dev-perl/Locale-gettext
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-util/bustle/bustle-0.5.4.ebuild')
-rw-r--r-- | dev-util/bustle/bustle-0.5.4.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-util/bustle/bustle-0.5.4.ebuild b/dev-util/bustle/bustle-0.5.4.ebuild index a8ae80a6da3e..949a5450b0d3 100644 --- a/dev-util/bustle/bustle-0.5.4.ebuild +++ b/dev-util/bustle/bustle-0.5.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -32,6 +32,7 @@ RDEPEND="dev-haskell/cairo:= dev-haskell/text:= >=dev-lang/ghc-7.4.1:= dev-libs/glib:2 + dev-perl/Locale-gettext " DEPEND="${RDEPEND} >=dev-haskell/cabal-1.8 |