diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2015-01-15 12:25:39 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2015-01-15 12:25:39 +0000 |
commit | a7289032daed3381a599467953ae11b5675a3b84 (patch) | |
tree | afe3b81670639562ef57d105d6b648196159039c /sys-devel/bison | |
parent | alpha/sparc stable wrt #525878 (diff) | |
download | gentoo-2-a7289032daed3381a599467953ae11b5675a3b84.tar.gz gentoo-2-a7289032daed3381a599467953ae11b5675a3b84.tar.bz2 gentoo-2-a7289032daed3381a599467953ae11b5675a3b84.zip |
Fixed docdir
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'sys-devel/bison')
-rw-r--r-- | sys-devel/bison/ChangeLog | 5 | ||||
-rw-r--r-- | sys-devel/bison/bison-3.0.3.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-devel/bison/ChangeLog b/sys-devel/bison/ChangeLog index a86aaf28194d..6aeccd3b1ca0 100644 --- a/sys-devel/bison/ChangeLog +++ b/sys-devel/bison/ChangeLog @@ -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 <polynomial-c@gentoo.org> bison-3.0.3.ebuild: + Fixed docdir. *bison-3.0.3 (15 Jan 2015) diff --git a/sys-devel/bison/bison-3.0.3.ebuild b/sys-devel/bison/bison-3.0.3.ebuild index ef80bda524cd..05fc357dcf94 100644 --- a/sys-devel/bison/bison-3.0.3.ebuild +++ b/sys-devel/bison/bison-3.0.3.ebuild @@ -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 @@ src_configure() { use static && append-ldflags -static econf \ + --docdir="${EPREFIX}"/usr/share/${PF} \ $(use_enable nls) } |