polynomial-c 15/01/15 12:25:39 Modified: ChangeLog bison-3.0.3.ebuild Log: Fixed docdir (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.131 sys-devel/bison/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.131&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?rev=1.131&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/ChangeLog?r1=1.130&r2=1.131 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- ChangeLog 15 Jan 2015 12:15:23 -0000 1.130 +++ ChangeLog 15 Jan 2015 12:25:39 -0000 1.131 @@ -1,6 +1,9 @@ # ChangeLog for sys-devel/bison # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.130 2015/01/15 12:15:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/ChangeLog,v 1.131 2015/01/15 12:25:39 polynomial-c Exp $ + + 15 Jan 2015; Lars Wendler <[email protected]> bison-3.0.3.ebuild: + Fixed docdir. *bison-3.0.3 (15 Jan 2015) 1.2 sys-devel/bison/bison-3.0.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.3.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.3.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/bison/bison-3.0.3.ebuild?r1=1.1&r2=1.2 Index: bison-3.0.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.3.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- bison-3.0.3.ebuild 15 Jan 2015 12:15:23 -0000 1.1 +++ bison-3.0.3.ebuild 15 Jan 2015 12:25:39 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.3.ebuild,v 1.1 2015/01/15 12:15:23 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/bison/bison-3.0.3.ebuild,v 1.2 2015/01/15 12:25:39 polynomial-c Exp $ EAPI=5 @@ -26,6 +26,7 @@ use static && append-ldflags -static econf \ + --docdir="${EPREFIX}"/usr/share/${PF} \ $(use_enable nls) }
