diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-02-02 17:01:01 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-02-02 17:01:01 +0000 |
commit | 9aaabcd5ac4896327aa44298e18eaf8e13a59144 (patch) | |
tree | cde8a4c40fa312826708d7c7781798162639fbae /x11-terms | |
parent | Remove remaining (obsolete) kdeprefix references. Needed so we dont run into ... (diff) | |
download | gentoo-2-9aaabcd5ac4896327aa44298e18eaf8e13a59144.tar.gz gentoo-2-9aaabcd5ac4896327aa44298e18eaf8e13a59144.tar.bz2 gentoo-2-9aaabcd5ac4896327aa44298e18eaf8e13a59144.zip |
Add epatch_user support (bug #444212).
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/rxvt-unicode/ChangeLog | 5 | ||||
-rw-r--r-- | x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild | 8 |
2 files changed, 10 insertions, 3 deletions
diff --git a/x11-terms/rxvt-unicode/ChangeLog b/x11-terms/rxvt-unicode/ChangeLog index 9f15c46d68be..f6c9e72621c9 100644 --- a/x11-terms/rxvt-unicode/ChangeLog +++ b/x11-terms/rxvt-unicode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-terms/rxvt-unicode # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.223 2013/01/07 20:31:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/ChangeLog,v 1.224 2013/02/02 17:01:01 jer Exp $ + + 02 Feb 2013; Jeroen Roovers <jer@gentoo.org> rxvt-unicode-9.16.ebuild: + Add epatch_user support (bug #444212). *rxvt-unicode-9.16 (07 Jan 2013) diff --git a/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild b/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild index fd9fda572678..9b246bbf44db 100644 --- a/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild +++ b/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.16.ebuild,v 1.1 2013/01/07 20:31:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-terms/rxvt-unicode/rxvt-unicode-9.16.ebuild,v 1.2 2013/02/02 17:01:01 jer Exp $ EAPI=4 inherit autotools eutils @@ -44,7 +44,9 @@ src_prepare() { "${FILESDIR}"/${PN}-9.15-xsubpp.patch if ! use vanilla; then - ewarn " + You are going to include unsupported third-party bug fixes/features." + ewarn "You are going to include unsupported third-party bug fixes/features." + ewarn "If you want even more control over patches, then set USE=vanilla" + ewarn "and store your patch set in /etc/portage/patches/${CATEGORY}/${PF}/" use wcwidth && epatch doc/wcwidth.patch @@ -64,6 +66,8 @@ src_prepare() { use buffer-on-clear && epatch "${FILESDIR}"/${PN}-9.14-clear.patch use alt-font-width && epatch "${FILESDIR}"/${PN}-9.06-font-width.patch + else + epatch_user fi # kill the rxvt-unicode terminfo file - #192083 |