diff options
author | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-12 10:11:02 +0000 |
---|---|---|
committer | Peter Alfredsen <loki_val@gentoo.org> | 2009-05-12 10:11:02 +0000 |
commit | eb294a833215a9bb27127dabd3850c14228f8fc9 (patch) | |
tree | 4d8cd0a36b029516c41a985e0f6edc507e8ba2ca /net-misc/anyremote | |
parent | List net-wireless/bluez first in ||( a b ) dependency w.r.t. bug 269519. (diff) | |
download | gentoo-2-eb294a833215a9bb27127dabd3850c14228f8fc9.tar.gz gentoo-2-eb294a833215a9bb27127dabd3850c14228f8fc9.tar.bz2 gentoo-2-eb294a833215a9bb27127dabd3850c14228f8fc9.zip |
List net-wireless/bluez first in ||( a b ) dependency w.r.t. bug 269519.
(Portage version: 2.2_rc28/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/anyremote')
-rw-r--r-- | net-misc/anyremote/ChangeLog | 6 | ||||
-rw-r--r-- | net-misc/anyremote/anyremote-4.18.1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-misc/anyremote/ChangeLog b/net-misc/anyremote/ChangeLog index 419ccdf7e775..ae9e9c27bba8 100644 --- a/net-misc/anyremote/ChangeLog +++ b/net-misc/anyremote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/anyremote # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/ChangeLog,v 1.1 2009/04/20 11:40:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/ChangeLog,v 1.2 2009/05/12 10:11:02 loki_val Exp $ + + 12 May 2009; Peter Alfredsen <loki_val@gentoo.org> + anyremote-4.18.1.ebuild: + List net-wireless/bluez first in ( a b ) dependency w.r.t. bug 269519. *anyremote-4.18.1 (21 Apr 2009) diff --git a/net-misc/anyremote/anyremote-4.18.1.ebuild b/net-misc/anyremote/anyremote-4.18.1.ebuild index 9a19f458de8e..e3c6e7579bd6 100644 --- a/net-misc/anyremote/anyremote-4.18.1.ebuild +++ b/net-misc/anyremote/anyremote-4.18.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/anyremote-4.18.1.ebuild,v 1.1 2009/04/20 11:40:17 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/anyremote/anyremote-4.18.1.ebuild,v 1.2 2009/05/12 10:11:02 loki_val Exp $ EAPI="2" @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bluetooth" -RDEPEND="bluetooth? ( || ( ( net-wireless/bluez-libs net-wireless/bluez-utils ) net-wireless/bluez ) ) +RDEPEND="bluetooth? ( || ( net-wireless/bluez ( net-wireless/bluez-libs net-wireless/bluez-utils ) ) ) x11-libs/libXtst" DEPEND="${RDEPEND}" |