Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/uam/
Date: Wed, 04 Jan 2012 23:42:10
Message-Id: fc76a24b90d588da24c7996903454cc9f656ac68.mgorny@gentoo
1 commit: fc76a24b90d588da24c7996903454cc9f656ac68
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 23:43:12 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 23:43:12 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fc76a24b
7
8 sys-apps/uam: Use pkg-config to find udev rather than random assumptions.
9
10 (Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sys-apps/uam/uam-9999.ebuild | 10 ++--------
14 1 files changed, 2 insertions(+), 8 deletions(-)
15
16 diff --git a/sys-apps/uam/uam-9999.ebuild b/sys-apps/uam/uam-9999.ebuild
17 index 454a6c8..0cc041e 100644
18 --- a/sys-apps/uam/uam-9999.ebuild
19 +++ b/sys-apps/uam/uam-9999.ebuild
20 @@ -24,7 +24,8 @@ KEYWORDS="~amd64 ~x86"
21 IUSE=""
22
23 RDEPEND="sys-fs/udev"
24 -DEPEND="${RDEPEND}"
25 +DEPEND="${RDEPEND}
26 + dev-util/pkgconfig"
27
28 DOCS=( README )
29
30 @@ -33,13 +34,6 @@ KEYWORDS=
31 SRC_URI=
32 #endif
33
34 -src_configure() {
35 - myeconfargs=(
36 - --libdir=/lib
37 - )
38 - autotools-utils_src_configure
39 -}
40 -
41 pkg_postinst() {
42 # The plugdev group is created by pam, pmount and many other ebuilds
43 # in gx86. As we don't want to depend on any of them (even pmount is