mail-filter/bogofilter: Add SLOT operator for gsl
authorJustin Lecher <jlec@gentoo.org>
Fri, 12 Feb 2016 09:54:42 +0000 (10:54 +0100)
committerJustin Lecher <jlec@gentoo.org>
Fri, 12 Feb 2016 10:07:32 +0000 (11:07 +0100)
Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec@gentoo.org>
mail-filter/bogofilter/bogofilter-1.2.4-r1.ebuild

index 348722a62761aedd9cfb6a9140897cd2eab6c6f8..62eb71076d4364b02ae3b4fce2602c49208936a5 100644 (file)
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
+
 inherit autotools db-use eutils flag-o-matic toolchain-funcs
 
 DESCRIPTION="Bayesian spam filter designed with fast algorithms, and tuned for speed"
@@ -14,7 +15,8 @@ SLOT="0"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="berkdb sqlite tokyocabinet"
 
-DEPEND="virtual/libiconv
+DEPEND="
+       virtual/libiconv
        berkdb?  ( >=sys-libs/db-3.2 )
        !berkdb? (
                sqlite?  ( >=dev-db/sqlite-3.6.22 )
@@ -23,7 +25,7 @@ DEPEND="virtual/libiconv
                        !tokyocabinet? ( >=sys-libs/db-3.2 )
                )
        )
-       sci-libs/gsl
+       sci-libs/gsl:=
        app-arch/pax"
 # pax needed for bf_tar
 RDEPEND="${DEPEND}"