mgorny 14/09/01 16:41:18 Modified: glpk-4.54.ebuild ChangeLog Log: 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!)
Revision Changes Path 1.2 sci-mathematics/glpk/glpk-4.54.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild?r1=1.1&r2=1.2 Index: glpk-4.54.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/glpk-4.54.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- glpk-4.54.ebuild 5 Apr 2014 21:32:03 -0000 1.1 +++ glpk-4.54.ebuild 1 Sep 2014 16:41:18 -0000 1.2 @@ -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 @@ 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" 1.72 sci-mathematics/glpk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.72&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?rev=1.72&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/glpk/ChangeLog?r1=1.71&r2=1.72 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v retrieving revision 1.71 retrieving revision 1.72 diff -u -r1.71 -r1.72 --- ChangeLog 15 Apr 2014 15:35:08 -0000 1.71 +++ ChangeLog 1 Sep 2014 16:41:18 -0000 1.72 @@ -1,6 +1,10 @@ # ChangeLog for sci-mathematics/glpk # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.71 2014/04/15 15:35:08 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/glpk/ChangeLog,v 1.72 2014/09/01 16:41:18 mgorny Exp $ + + 01 Sep 2014; Michał Górny <[email protected]> glpk-4.54.ebuild: + Remove := subslot operator from || () block since it is meaningless and + broken. *glpk-4.48 (15 Apr 2014)
