dev-tex/culmus-latex: Remove support for non-existent deps
authorMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 10:26:55 +0000 (12:26 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sun, 26 Aug 2018 11:01:06 +0000 (13:01 +0200)
dev-tex/culmus-latex/culmus-latex-0.7.ebuild

index d3e14ebb6207a6ea5903154b0277ed3004397e0e..622d8727ae09cf83c098e4162ca5ba964bb83549 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="2"
@@ -15,7 +15,7 @@ IUSE="examples"
 
 RDEPEND="virtual/latex-base"
 DEPEND="${RDEPEND}
-       || ( >=media-fonts/culmus-0.110[fancy] <media-fonts/culmus-0.110 )
+       >=media-fonts/culmus-0.110[fancy]
        app-text/t1utils"
 
 src_compile() {