haubi 15/02/16 09:34:44 Modified: ChangeLog man-db-2.7.1.ebuild Log: man-db: Put systemdtmpfilesdir inside EPREFIX, bug#538634. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key C719EE20)
Revision Changes Path 1.79 sys-apps/man-db/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.79&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?rev=1.79&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/ChangeLog?r1=1.78&r2=1.79 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- ChangeLog 13 Jan 2015 14:31:25 -0000 1.78 +++ ChangeLog 16 Feb 2015 09:34:44 -0000 1.79 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/man-db # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.78 2015/01/13 14:31:25 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/ChangeLog,v 1.79 2015/02/16 09:34:44 haubi Exp $ + + 16 Feb 2015; Michael Haubenwallner <[email protected]> man-db-2.7.1.ebuild: + Put systemdtmpfilesdir inside EPREFIX, bug#538634. 13 Jan 2015; Lars Wendler <[email protected]> man-db-2.6.6.ebuild, man-db-2.6.7.1.ebuild, man-db-2.7.1.ebuild: 1.3 sys-apps/man-db/man-db-2.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild?r1=1.2&r2=1.3 Index: man-db-2.7.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- man-db-2.7.1.ebuild 13 Jan 2015 14:31:25 -0000 1.2 +++ man-db-2.7.1.ebuild 16 Feb 2015 09:34:44 -0000 1.3 @@ -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-apps/man-db/man-db-2.7.1.ebuild,v 1.2 2015/01/13 14:31:25 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man-db/man-db-2.7.1.ebuild,v 1.3 2015/02/16 09:34:44 haubi Exp $ EAPI="4" @@ -47,6 +47,7 @@ export ac_cv_lib_z_gzopen=$(usex zlib) econf \ --docdir='$(datarootdir)'/doc/${PF} \ + --with-systemdtmpfilesdir="${EPREFIX}"/usr/lib/tmpfiles.d \ --enable-setuid \ --with-sections="1 1p 8 2 3 3p 4 5 6 7 9 0p tcl n l p o 1x 2x 3x 4x 5x 6x 7x 8x" \ $(use_enable nls) \
