Gentoo Archives: gentoo-dev

From: Ryan Hill <dirtyepic@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] Making user patches globally available
Date: Sun, 15 Apr 2012 08:09:45
Message-Id: 20120415021641.1858ffde@gentoo.org
1 Right now we have support in some packages for user patches - those being
2 patches dropped into /etc/portage/patches/pkgname/ - which are automatically
3 applied. Because this feature is implemented by epatch_user() in
4 eutils.eclass, it is only available for ebuilds that inherit eutils and
5 explicitly call epatch_user or inherit another eclass that calls it in an
6 exported phase (eg. base). The end result is a very inconsistent experience,
7 where user patches may or may not work not only on a package-by-package
8 basis, but ebuild-by-ebuild.
9
10 Is there any reason why this couldn't just be done in the package manager,
11 making user patches available for all ebuilds without code changes?
12
13
14 --
15 fonts, gcc-porting
16 toolchain, wxwidgets
17 @ gentoo.org

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies