diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-11 12:24:59 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2010-06-11 12:24:59 +0000 |
commit | 1759355c4abf96a0b49112efd72be38d0599f9aa (patch) | |
tree | 5dc77ea5544490a5373845ea5f334c0f960941ad /app-mobilephone | |
parent | Drop bluez-libs depend. Remove old testing. (diff) | |
download | gentoo-2-1759355c4abf96a0b49112efd72be38d0599f9aa.tar.gz gentoo-2-1759355c4abf96a0b49112efd72be38d0599f9aa.tar.bz2 gentoo-2-1759355c4abf96a0b49112efd72be38d0599f9aa.zip |
Drop bluez-libs and bluez-utils support wrt #301630.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/anyremote/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.1.ebuild | 4 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.2.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog index 140dabb0247a..050ff453c9e4 100644 --- a/app-mobilephone/anyremote/ChangeLog +++ b/app-mobilephone/anyremote/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/anyremote # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.2 2010/03/23 18:00:29 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.3 2010/06/11 12:24:59 ssuominen Exp $ + + 11 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> + anyremote-5.1.1.ebuild, anyremote-5.1.2.ebuild: + Drop bluez-libs and bluez-utils support wrt #301630. 23 Mar 2010; Serkan Kaba <serkan@gentoo.org> anyremote-5.1.1.ebuild, anyremote-5.1.2.ebuild: diff --git a/app-mobilephone/anyremote/anyremote-5.1.1.ebuild b/app-mobilephone/anyremote/anyremote-5.1.1.ebuild index 96a280857254..0bcf23dad24a 100644 --- a/app-mobilephone/anyremote/anyremote-5.1.1.ebuild +++ b/app-mobilephone/anyremote/anyremote-5.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.1.ebuild,v 1.2 2010/03/23 18:00:29 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.1.ebuild,v 1.3 2010/06/11 12:24:59 ssuominen Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bluetooth dbus" -RDEPEND="bluetooth? ( || ( net-wireless/bluez ( net-wireless/bluez-libs net-wireless/bluez-utils ) ) ) +RDEPEND="bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus ) x11-libs/libXtst" diff --git a/app-mobilephone/anyremote/anyremote-5.1.2.ebuild b/app-mobilephone/anyremote/anyremote-5.1.2.ebuild index 8b4eb34d5c9c..2411624d03a8 100644 --- a/app-mobilephone/anyremote/anyremote-5.1.2.ebuild +++ b/app-mobilephone/anyremote/anyremote-5.1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.2.ebuild,v 1.2 2010/03/23 18:00:29 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.2.ebuild,v 1.3 2010/06/11 12:24:59 ssuominen Exp $ EAPI="2" @@ -15,7 +15,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="bluetooth dbus" -RDEPEND="bluetooth? ( || ( net-wireless/bluez ( net-wireless/bluez-libs net-wireless/bluez-utils ) ) ) +RDEPEND="bluetooth? ( net-wireless/bluez ) dbus? ( sys-apps/dbus ) x11-libs/libXtst" |