jlec 14/11/03 11:57:10 Modified: ChangeLog libexplain-1.4.ebuild Log: dev-libs/libexplain: Always build docs, #527992 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path 1.33 dev-libs/libexplain/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.33&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?rev=1.33&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/ChangeLog?r1=1.32&r2=1.33 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v retrieving revision 1.32 retrieving revision 1.33 diff -u -r1.32 -r1.33 --- ChangeLog 26 Oct 2014 13:22:06 -0000 1.32 +++ ChangeLog 3 Nov 2014 11:57:10 -0000 1.33 @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libexplain # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.32 2014/10/26 13:22:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/ChangeLog,v 1.33 2014/11/03 11:57:10 jlec Exp $ + + 03 Nov 2014; Justin Lecher <[email protected]> libexplain-1.4.ebuild: + Always build docs, #527992 26 Oct 2014; Justin Lecher <[email protected]> libexplain-1.4.ebuild: Restrict test as they are suggestions for improvements, #526896 1.3 dev-libs/libexplain/libexplain-1.4.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild?r1=1.2&r2=1.3 Index: libexplain-1.4.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- libexplain-1.4.ebuild 26 Oct 2014 13:22:06 -0000 1.2 +++ libexplain-1.4.ebuild 3 Nov 2014 11:57:10 -0000 1.3 @@ -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/dev-libs/libexplain/libexplain-1.4.ebuild,v 1.2 2014/10/26 13:22:06 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libexplain/libexplain-1.4.ebuild,v 1.3 2014/11/03 11:57:10 jlec Exp $ EAPI=5 @@ -16,7 +16,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" LICENSE="GPL-3 LGPL-3" -IUSE="doc static-libs" +IUSE="static-libs" RDEPEND=" sys-libs/libcap @@ -24,10 +24,8 @@ sys-process/lsof" DEPEND="${RDEPEND} >=sys-kernel/linux-headers-2.6.35 - doc? ( - app-text/ghostscript-gpl - sys-apps/groff - ) + app-text/ghostscript-gpl + sys-apps/groff " # Test fails with: # This is not a bug, but it does indicate where libexplain's ioctl support @@ -51,8 +49,3 @@ autotools-utils_src_prepare } - -src_compile() { - autotools-utils_src_compile - use doc && autotools-utils_src_compile all-doc -}
