diff options
author | 2011-04-22 16:20:13 +0000 | |
---|---|---|
committer | 2011-04-22 16:20:13 +0000 | |
commit | 04ce7d094837b91b56152a7d7055e608b218a8b3 (patch) | |
tree | 08737838da6fbbc83065cb2b20cc394745d8e79f /sys-auth | |
parent | Do not hardcode flags in Makefile. (diff) | |
download | gentoo-2-04ce7d094837b91b56152a7d7055e608b218a8b3.tar.gz gentoo-2-04ce7d094837b91b56152a7d7055e608b218a8b3.tar.bz2 gentoo-2-04ce7d094837b91b56152a7d7055e608b218a8b3.zip |
Leave some comments in the ebuild for next person bumping or touching this
(Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_usb/pam_usb-0.5.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-auth/pam_usb/pam_usb-0.5.0.ebuild b/sys-auth/pam_usb/pam_usb-0.5.0.ebuild index 822b92e541f2..2bc90b23449b 100644 --- a/sys-auth/pam_usb/pam_usb-0.5.0.ebuild +++ b/sys-auth/pam_usb/pam_usb-0.5.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_usb/pam_usb-0.5.0.ebuild,v 1.2 2011/04/22 16:13:32 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_usb/pam_usb-0.5.0.ebuild,v 1.3 2011/04/22 16:20:13 ssuominen Exp $ EAPI=4 inherit eutils pam toolchain-funcs @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -# FIXME: Why is pam_usb using pmount when it should be using udisks --mount? +# FIXME: pmount: http://bugs.gentoo.org/show_bug.cgi?id=358935#c5 COMMON_DEPEND="dev-libs/libxml2 sys-apps/dbus virtual/pam" @@ -28,6 +28,7 @@ DEPEND="${COMMON_DEPEND} dev-util/pkgconfig" src_prepare() { + # FIXME: push upstream: http://bugs.gentoo.org/show_bug.cgi?id=358935#c6 epatch "${FILESDIR}"/${P}-openpam.patch } |