Gentoo Archives: gentoo-dev

From: Samuli Suominen <ssuominen@g.o>
To: gentoo-dev@l.g.o, eva@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in app-admin/system-config-printer-common/files: system-config-printer-common-1.4.1-split.patch
Date: Sun, 11 Aug 2013 20:06:20
Message-Id: 5207EE27.1020702@gentoo.org
1 On 11/08/13 23:02, Gilles Dartiguelongue (eva) wrote:
2 > eva 13/08/11 20:02:08
3 >
4 > Added: system-config-printer-common-1.4.1-split.patch
5 > Log:
6 > 464958 478656 Version bump, bug #464958. Move to python-single-r1 and EAPI=5. Always install systemd unit files and fix path to udev helpers with an updated 'split' patch, bug #478656.
7 >
8 > (Portage version: 2.2.0_alpha196/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
9 >
10 > Revision Changes Path
11 > 1.1 app-admin/system-config-printer-common/files/system-config-printer-common-1.4.1-split.patch
12 >
13 > file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/files/system-config-printer-common-1.4.1-split.patch?rev=1.1&view=markup
14 > plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/system-config-printer-common/files/system-config-printer-common-1.4.1-split.patch?rev=1.1&content-type=text/plain
15 >
16 > Index: system-config-printer-common-1.4.1-split.patch
17 > ===================================================================
18 > --- a/Makefile.am 2013-08-11 23:10:53.838280533 +0200
19 > +++ b/Makefile.am 2013-08-11 23:31:55.429404471 +0200
20 [ ... ]
21 > if UDEV_RULES
22 > -udevrulesdir=$(sysconfdir)/udev/rules.d
23 > +udevrulesdir=$(shell pkg-config --variable=udevdir udev)/rules.d
24
25 Calling `pkg-config` directly from Makefile.am doesn't work for cross
26 compiling
27 configure.ac by PKG_PROG_PKG_CONFIG initializes $PKG_CONFIG which should
28 be used

Replies