diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 15:43:06 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-22 15:43:06 +0000 |
commit | 219d72f58e8c7b37fa7400b49cccac8d8bd3237c (patch) | |
tree | ee351ce7eebb190e0cd965cb6f716e943c7cf5c2 /net-libs/telepathy-glib | |
parent | arch stable, bug 888 (diff) | |
download | gentoo-2-219d72f58e8c7b37fa7400b49cccac8d8bd3237c.tar.gz gentoo-2-219d72f58e8c7b37fa7400b49cccac8d8bd3237c.tar.bz2 gentoo-2-219d72f58e8c7b37fa7400b49cccac8d8bd3237c.zip |
arch stable, bug 888
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'net-libs/telepathy-glib')
-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 d3f0c7d792f2..acd5a5f09be6 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.143 2014/02/09 11:45:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.144 2014/02/22 15:43:06 pacho Exp $ + + 22 Feb 2014; Pacho Ramos <pacho@gentoo.org> telepathy-glib-0.22.1.ebuild: + arch stable, bug 888 *telepathy-glib-0.22.1 (09 Feb 2014) 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 f08d0ff29f4c..3ee256de4906 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.1 2014/02/09 11:45:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.22.1.ebuild,v 1.2 2014/02/22 15:43:06 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" |