diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 12:03:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-03-09 12:03:35 +0000 |
commit | d4e240972ddcc71674dacae5af84357a72f42b11 (patch) | |
tree | 1ff02417aa29f4990a330385d8dd3b1720572ccf /net-libs | |
parent | x86 stable, bug 499954 (diff) | |
download | gentoo-2-d4e240972ddcc71674dacae5af84357a72f42b11.tar.gz gentoo-2-d4e240972ddcc71674dacae5af84357a72f42b11.tar.bz2 gentoo-2-d4e240972ddcc71674dacae5af84357a72f42b11.zip |
x86 stable, bug 499954
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/telepathy-glib/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/telepathy-glib/ChangeLog b/net-libs/telepathy-glib/ChangeLog index efdf8619e61e..12baec86c44a 100644 --- a/net-libs/telepathy-glib/ChangeLog +++ b/net-libs/telepathy-glib/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/telepathy-glib # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.146 2014/03/09 10:54:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.147 2014/03/09 12:03:35 pacho Exp $ + + 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> telepathy-glib-0.22.1.ebuild: + x86 stable, bug 499954 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> telepathy-glib-0.22.1.ebuild: amd64 stable, bug 499954 diff --git a/net-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild index 6922fb36eeb6..477c4f39554e 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.22.1.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-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild,v 1.4 2014/03/09 10:54:32 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild,v 1.5 2014/03/09 12:03:35 pacho Exp $ EAPI="5" PYTHON_COMPAT=( python2_{6,7} ) @@ -15,7 +15,7 @@ SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE="debug +introspection +vala" |