diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 10:53:37 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 10:53:37 +0000 |
commit | 7ce3dd7303ea40febb78d34c425f5cf549223dea (patch) | |
tree | 5dab9935fb1043be1b12d8c28d4640699ced7946 /net-im | |
parent | amd64 stable, bug 499954 (diff) | |
download | gentoo-2-7ce3dd7303ea40febb78d34c425f5cf549223dea.tar.gz gentoo-2-7ce3dd7303ea40febb78d34c425f5cf549223dea.tar.bz2 gentoo-2-7ce3dd7303ea40febb78d34c425f5cf549223dea.zip |
amd64 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/empathy/ChangeLog | 5 | ||||
-rw-r--r-- | net-im/empathy/empathy-3.10.3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-im/empathy/ChangeLog b/net-im/empathy/ChangeLog index ccc11ee5d452..36633abcf4ed 100644 --- a/net-im/empathy/ChangeLog +++ b/net-im/empathy/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-im/empathy # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.142 2014/02/22 22:21:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/ChangeLog,v 1.143 2014/03/09 10:53:37 pacho Exp $ + + 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.10.3.ebuild: + amd64 stable, bug 499954 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> empathy-3.10.3.ebuild: Fix wrong commit, bug 502160 diff --git a/net-im/empathy/empathy-3.10.3.ebuild b/net-im/empathy/empathy-3.10.3.ebuild index bcefdec2d649..84c6ae15719b 100644 --- a/net-im/empathy/empathy-3.10.3.ebuild +++ b/net-im/empathy/empathy-3.10.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.10.3.ebuild,v 1.1 2014/02/06 23:40:34 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-im/empathy/empathy-3.10.3.ebuild,v 1.2 2014/03/09 10:53:37 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -18,7 +18,7 @@ SLOT="0" # sendto: support from building nautilus sendto plugins from it was dropped in 3.7 IUSE="debug +geoloc gnome gnome-online-accounts +map spell test +v4l" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-linux" # False positives caused by nested configure scripts QA_CONFIGURE_OPTIONS=".*" |