vapier 15/07/14 07:38:38 Modified: gawk-4.1.3.ebuild ChangeLog Log: Use subslots with readline/mpfr. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 sys-apps/gawk/gawk-4.1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/gawk-4.1.3.ebuild?r1=1.2&r2=1.3 Index: gawk-4.1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- gawk-4.1.3.ebuild 30 Jun 2015 20:31:53 -0000 1.2 +++ gawk-4.1.3.ebuild 14 Jul 2015 07:38:38 -0000 1.3 @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.3.ebuild,v 1.2 2015/06/30 20:31:53 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/gawk-4.1.3.ebuild,v 1.3 2015/07/14 07:38:38 vapier Exp $ -EAPI="4" +EAPI="5" inherit eutils toolchain-funcs multilib @@ -15,8 +15,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="mpfr nls readline" -RDEPEND="mpfr? ( dev-libs/mpfr ) - readline? ( sys-libs/readline )" +RDEPEND="mpfr? ( dev-libs/mpfr:0= ) + readline? ( sys-libs/readline:0= )" DEPEND="${RDEPEND} nls? ( sys-devel/gettext )" 1.185 sys-apps/gawk/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.185&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?rev=1.185&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/gawk/ChangeLog?r1=1.184&r2=1.185 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v retrieving revision 1.184 retrieving revision 1.185 diff -u -r1.184 -r1.185 --- ChangeLog 2 Jul 2015 07:08:29 -0000 1.184 +++ ChangeLog 14 Jul 2015 07:38:38 -0000 1.185 @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/gawk # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.184 2015/07/02 07:08:29 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/gawk/ChangeLog,v 1.185 2015/07/14 07:38:38 vapier Exp $ + + 14 Jul 2015; Mike Frysinger <[email protected]> gawk-4.1.3.ebuild: + Use subslots with readline/mpfr. 02 Jul 2015; Lars Wendler <[email protected]> files/gawk-4.1.3-bsd_configure_readline.patch:
