From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/mgorny:master commit in: sys-apps/uam/
Date: Wed, 4 Jan 2012 23:42:01 +0000 (UTC) [thread overview]
Message-ID: <fc76a24b90d588da24c7996903454cc9f656ac68.mgorny@gentoo> (raw)
commit: fc76a24b90d588da24c7996903454cc9f656ac68
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 23:43:12 2012 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 23:43:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/mgorny.git;a=commit;h=fc76a24b
sys-apps/uam: Use pkg-config to find udev rather than random assumptions.
(Portage version: 2.2.0_alpha84/git/Linux x86_64, unsigned Manifest commit)
---
sys-apps/uam/uam-9999.ebuild | 10 ++--------
1 files changed, 2 insertions(+), 8 deletions(-)
diff --git a/sys-apps/uam/uam-9999.ebuild b/sys-apps/uam/uam-9999.ebuild
index 454a6c8..0cc041e 100644
--- a/sys-apps/uam/uam-9999.ebuild
+++ b/sys-apps/uam/uam-9999.ebuild
@@ -24,7 +24,8 @@ KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="sys-fs/udev"
-DEPEND="${RDEPEND}"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig"
DOCS=( README )
@@ -33,13 +34,6 @@ KEYWORDS=
SRC_URI=
#endif
-src_configure() {
- myeconfargs=(
- --libdir=/lib
- )
- autotools-utils_src_configure
-}
-
pkg_postinst() {
# The plugdev group is created by pam, pmount and many other ebuilds
# in gx86. As we don't want to depend on any of them (even pmount is
next reply other threads:[~2012-01-04 23:42 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-04 23:42 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-08-31 9:15 [gentoo-commits] dev/mgorny:master commit in: sys-apps/uam/ Michał Górny
2011-07-15 13:37 Michał Górny
2011-07-03 17:50 Michał Górny
2011-07-01 13:21 Michał Górny
2011-05-06 14:54 Michał Górny
2011-04-30 21:14 Michał Górny
2011-04-24 18:14 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=fc76a24b90d588da24c7996903454cc9f656ac68.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox