From 6816af8aa4cf5f45169da799c7b62cdba9da5397 Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 1 Sep 2014 16:41:18 +0000 Subject: Remove := subslot operator from || () block since it is meaningless and broken. (Portage version: 2.2.11_p178/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!) --- sci-mathematics/glpk/glpk-4.54.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sci-mathematics/glpk/glpk-4.54.ebuild') diff --git a/sci-mathematics/glpk/glpk-4.54.ebuild b/sci-mathematics/glpk/glpk-4.54.ebuild index b1fc60931b0a..e296bfce02ea 100644 --- a/sci-mathematics/glpk/glpk-4.54.ebuild +++ b/sci-mathematics/glpk/glpk-4.54.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.1 2014/04/05 21:32:03 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v 1.2 2014/09/01 16:41:18 mgorny Exp $ EAPI=5 @@ -23,7 +23,7 @@ RDEPEND=" sys-libs/zlib:0= gmp? ( dev-libs/gmp:0= ) mysql? ( virtual/mysql ) - odbc? ( || ( dev-db/libiodbc:0= dev-db/unixODBC:0= ) )" + odbc? ( || ( dev-db/libiodbc:0 dev-db/unixODBC:0 ) )" DEPEND="${RDEPEND} virtual/pkgconfig" -- cgit v1.2.3-65-gdbad