diff options
author | Mart Raudsepp <leio@gentoo.org> | 2009-09-27 12:55:57 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2009-09-27 12:55:57 +0000 |
commit | 773c3f9e43a6bd722c6ae44cfb72eba7311e7e71 (patch) | |
tree | d3cbb6054d66657583f2baa8c7e7b4f837e37616 /sys-auth | |
parent | whitespace (diff) | |
download | gentoo-2-773c3f9e43a6bd722c6ae44cfb72eba7311e7e71.tar.gz gentoo-2-773c3f9e43a6bd722c6ae44cfb72eba7311e7e71.tar.bz2 gentoo-2-773c3f9e43a6bd722c6ae44cfb72eba7311e7e71.zip |
Allow bluez-4 to satisfy the bluez stack dependency, confirmed to work by Pavel in bug 283476
(Portage version: 2.2_rc22/cvs/Linux 2.6.31-gentoo x86_64)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_blue/ChangeLog | 6 | ||||
-rw-r--r-- | sys-auth/pam_blue/pam_blue-0.9.0.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-auth/pam_blue/ChangeLog b/sys-auth/pam_blue/ChangeLog index 3366b80326e3..9b266410e6ac 100644 --- a/sys-auth/pam_blue/ChangeLog +++ b/sys-auth/pam_blue/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-auth/pam_blue # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/ChangeLog,v 1.4 2009/03/22 13:31:33 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/ChangeLog,v 1.5 2009/09/27 12:55:57 leio Exp $ + + 27 Sep 2009; Mart Raudsepp <leio@gentoo.org> pam_blue-0.9.0.ebuild: + Allow bluez-4 to satisfy the bluez stack dependency, confirmed to work by + Pavel in bug 283476 22 Mar 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> metadata.xml: diff --git a/sys-auth/pam_blue/pam_blue-0.9.0.ebuild b/sys-auth/pam_blue/pam_blue-0.9.0.ebuild index 6344243d1437..0285687c5f35 100644 --- a/sys-auth/pam_blue/pam_blue-0.9.0.ebuild +++ b/sys-auth/pam_blue/pam_blue-0.9.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/pam_blue-0.9.0.ebuild,v 1.3 2008/08/31 13:35:21 gentoofan23 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_blue/pam_blue-0.9.0.ebuild,v 1.4 2009/09/27 12:55:57 leio Exp $ inherit pam autotools multilib @@ -14,7 +14,7 @@ KEYWORDS="~amd64 ~sparc ~x86" IUSE="" DEPEND="virtual/pam - net-wireless/bluez-libs" + || ( net-wireless/bluez net-wireless/bluez-libs )" RDEPEND="${DEPEND}" S=${WORKDIR}/${PN} |