diff options
author | Serkan Kaba <serkan@gentoo.org> | 2010-03-23 18:00:29 +0000 |
---|---|---|
committer | Serkan Kaba <serkan@gentoo.org> | 2010-03-23 18:00:29 +0000 |
commit | dd48d0af9d52eafbcaef4f4c6e6553c5d4d177fb (patch) | |
tree | 7e67caa28a2c1c7f782d78e18dc6ad82d4dc7284 /app-mobilephone | |
parent | Fix dependencies. (diff) | |
download | gentoo-2-dd48d0af9d52eafbcaef4f4c6e6553c5d4d177fb.tar.gz gentoo-2-dd48d0af9d52eafbcaef4f4c6e6553c5d4d177fb.tar.bz2 gentoo-2-dd48d0af9d52eafbcaef4f4c6e6553c5d4d177fb.zip |
Fix my user. Add missing pkgconfig dependency. Fixes bug #310657
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/anyremote/ChangeLog | 8 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.1.ebuild | 5 | ||||
-rw-r--r-- | app-mobilephone/anyremote/anyremote-5.1.2.ebuild | 5 |
3 files changed, 12 insertions, 6 deletions
diff --git a/app-mobilephone/anyremote/ChangeLog b/app-mobilephone/anyremote/ChangeLog index 6a5f634ea863..140dabb0247a 100644 --- a/app-mobilephone/anyremote/ChangeLog +++ b/app-mobilephone/anyremote/ChangeLog @@ -1,10 +1,14 @@ # 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.1 2010/03/21 20:59:38 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/ChangeLog,v 1.2 2010/03/23 18:00:29 serkan Exp $ + + 23 Mar 2010; Serkan Kaba <serkan@gentoo.org> anyremote-5.1.1.ebuild, + anyremote-5.1.2.ebuild: + Fix my user. Add missing pkgconfig dependency. Fixes bug #310657 *anyremote-5.1.2 (21 Mar 2010) - 21 Mar 2010; <firari@gentoo.org> +anyremote-5.1.1.ebuild, + 21 Mar 2010; Serkan Kaba <serkan@gentoo.org> +anyremote-5.1.1.ebuild, +anyremote-5.1.2.ebuild, +metadata.xml: Version bump. Remove old. Change herd and category. diff --git a/app-mobilephone/anyremote/anyremote-5.1.1.ebuild b/app-mobilephone/anyremote/anyremote-5.1.1.ebuild index 47da4392cb0a..96a280857254 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.1 2010/03/21 20:59:38 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.1.ebuild,v 1.2 2010/03/23 18:00:29 serkan Exp $ EAPI="2" @@ -19,7 +19,8 @@ RDEPEND="bluetooth? ( || ( net-wireless/bluez ( net-wireless/bluez-libs net-wire dbus? ( sys-apps/dbus ) x11-libs/libXtst" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_prepare() { #workaround to badly broken autotools scripts by upstream diff --git a/app-mobilephone/anyremote/anyremote-5.1.2.ebuild b/app-mobilephone/anyremote/anyremote-5.1.2.ebuild index aa135ec2de07..8b4eb34d5c9c 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.1 2010/03/21 20:59:38 serkan Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/anyremote/anyremote-5.1.2.ebuild,v 1.2 2010/03/23 18:00:29 serkan Exp $ EAPI="2" @@ -19,7 +19,8 @@ RDEPEND="bluetooth? ( || ( net-wireless/bluez ( net-wireless/bluez-libs net-wire dbus? ( sys-apps/dbus ) x11-libs/libXtst" -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-util/pkgconfig" src_prepare() { #workaround to badly broken autotools scripts by upstream |