jer 14/09/24 07:00:49 Modified: ChangeLog rxvt-unicode-9.20.ebuild Log: EAPI bump, depend on dev-lang/perl:= (bug #523582). (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.266 x11-terms/rxvt-unicode/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.266&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?rev=1.266&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog?r1=1.265&r2=1.266 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v retrieving revision 1.265 retrieving revision 1.266 diff -u -r1.265 -r1.266 --- ChangeLog 28 Jun 2014 13:18:13 -0000 1.265 +++ ChangeLog 24 Sep 2014 07:00:49 -0000 1.266 @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.265 2014/06/28 13:18:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.266 2014/09/24 07:00:49 jer Exp $ + + 24 Sep 2014; Jeroen Roovers <[email protected]> rxvt-unicode-9.20.ebuild: + EAPI bump, depend on dev-lang/perl:= (bug #523582). 28 Jun 2014; Jeroen Roovers <[email protected]> rxvt-unicode-9.20.ebuild: Always apply user patches. 1.12 x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild?r1=1.11&r2=1.12 Index: rxvt-unicode-9.20.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- rxvt-unicode-9.20.ebuild 28 Jun 2014 13:18:13 -0000 1.11 +++ rxvt-unicode-9.20.ebuild 24 Sep 2014 07:00:49 -0000 1.12 @@ -1,8 +1,8 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild,v 1.11 2014/06/28 13:18:13 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.20.ebuild,v 1.12 2014/09/24 07:00:49 jer Exp $ -EAPI=4 +EAPI=5 inherit autotools eutils DESCRIPTION="rxvt clone with xft and unicode support" @@ -22,7 +22,7 @@ >=sys-libs/ncurses-5.7-r6 kernel_Darwin? ( dev-perl/Mac-Pasteboard ) media-libs/fontconfig - perl? ( dev-lang/perl ) + perl? ( dev-lang/perl:= ) pixbuf? ( x11-libs/gdk-pixbuf x11-libs/gtk+:2 ) startup-notification? ( x11-libs/startup-notification ) x11-libs/libX11
