summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2014-10-25 22:22:40 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2014-10-25 22:22:40 +0200
commit061c1c022cce219a6aac678677e440c3166106b8 (patch)
treeea67b8d6c8b8da94b31275961c070626dc8eeb4c /net-im/empathy/empathy-9999.ebuild
parentgnome-extra/nm-applet: moved to gentoo-x86 (diff)
downloadgnome-061c1c022cce219a6aac678677e440c3166106b8.tar.gz
gnome-061c1c022cce219a6aac678677e440c3166106b8.tar.bz2
gnome-061c1c022cce219a6aac678677e440c3166106b8.zip
net-im/empathy: sync/clean wrt gentoo-x86
Diffstat (limited to 'net-im/empathy/empathy-9999.ebuild')
-rw-r--r--net-im/empathy/empathy-9999.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/net-im/empathy/empathy-9999.ebuild b/net-im/empathy/empathy-9999.ebuild
index 90a8b5d5..315965eb 100644
--- a/net-im/empathy/empathy-9999.ebuild
+++ b/net-im/empathy/empathy-9999.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="Telepathy instant messaging and video/audio call client for GNOME"
-HOMEPAGE="https://wiki.gnome.org/Empathy"
+HOMEPAGE="https://wiki.gnome.org/Apps/Empathy"
LICENSE="GPL-2 CC-BY-SA-3.0 FDL-1.3 LGPL-2.1"
SLOT="0"
@@ -76,7 +76,7 @@ COMMON_DEPEND="
v4l? (
media-plugins/gst-plugins-v4l2:1.0
>=media-video/cheese-3.4:=
- virtual/udev[gudev] )
+ virtual/libgudev:= )
"
# >=empathy-3.4 is incompatible with telepathy-rakia-0.6, bug #403861
@@ -101,6 +101,7 @@ PDEPEND=">=net-im/telepathy-mission-control-5.14"
pkg_setup() {
python-any-r1_pkg_setup
+ export PYTHONIOENCODING=UTF-8 # See bug 489774
}
src_configure() {
@@ -125,5 +126,5 @@ src_configure() {
}
src_test() {
- Xemake check
+ dbus-launch Xemake check #504516
}