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: Fri, 31 Aug 2012 09:16:22
Message-Id: 1346401856.86b150af9a7d7bad2074b479774da283f7276c6c.mgorny@gentoo
1 commit: 86b150af9a7d7bad2074b479774da283f7276c6c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 30 22:26:47 2012 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 31 08:30:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=86b150af
7
8 sys-apps/uam: Inherit user.eclass instead of eutils.
9
10 (Portage version: 2.2.0_alpha120_p33/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 sys-apps/uam/uam-9999.ebuild | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16 diff --git a/sys-apps/uam/uam-9999.ebuild b/sys-apps/uam/uam-9999.ebuild
17 index bdef75b..650cb54 100644
18 --- a/sys-apps/uam/uam-9999.ebuild
19 +++ b/sys-apps/uam/uam-9999.ebuild
20 @@ -12,7 +12,7 @@ EGIT_REPO_URI="git://github.com/mgorny/${PN}.git
21 inherit git-2
22 #endif
23
24 -inherit autotools-utils eutils
25 +inherit autotools-utils user
26
27 DESCRIPTION="Simple udev-based automounter for removable USB media"
28 HOMEPAGE="https://github.com/mgorny/uam/"