patrick 14/10/29 03:47:06 Modified: opendylan-2013.2.ebuild ChangeLog Log: Fix cc detection #527108 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.4 dev-lang/opendylan/opendylan-2013.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild?r1=1.3&r2=1.4 Index: opendylan-2013.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- opendylan-2013.2.ebuild 23 Jun 2014 08:41:34 -0000 1.3 +++ opendylan-2013.2.ebuild 29 Oct 2014 03:47:06 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v 1.3 2014/06/23 08:41:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/opendylan-2013.2.ebuild,v 1.4 2014/10/29 03:47:06 patrick Exp $ EAPI=4 -inherit autotools +inherit autotools toolchain-funcs RESTRICT="test" @@ -50,6 +50,8 @@ S="${WORKDIR}/${PN}" src_prepare() { + # configure autodetects clang and prefers it, #527108 + sed -i -e 's/clang//' configure.ac || die mkdir -p build-aux elibtoolize && eaclocal || die "Fail" automake --foreign --add-missing # this one dies wrongfully @@ -76,6 +78,7 @@ else PATH=/opt/opendylan/bin:$PATH fi + if use amd64; then econf --prefix=/opt/opendylan || die else 1.18 dev-lang/opendylan/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/opendylan/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 23 Jun 2014 08:41:34 -0000 1.17 +++ ChangeLog 29 Oct 2014 03:47:06 -0000 1.18 @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/opendylan # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.17 2014/06/23 08:41:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/opendylan/ChangeLog,v 1.18 2014/10/29 03:47:06 patrick Exp $ + + 29 Oct 2014; Patrick Lauer <[email protected]> opendylan-2013.2.ebuild: + Fix cc detection #527108 23 Jun 2014; Patrick Lauer <[email protected]> opendylan-2013.2.ebuild: Fix dependencies #514630
