diff options
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-2.0.5.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 45677a0e2ed1..ceac9383c736 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/ccrtp # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.29 2013/08/07 13:34:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.30 2013/08/10 12:55:38 ago Exp $ + + 10 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild: + Stable for ppc, wrt bug #470546 07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.5.ebuild: Stable for x86, wrt bug #470546 diff --git a/net-libs/ccrtp/ccrtp-2.0.5.ebuild b/net-libs/ccrtp/ccrtp-2.0.5.ebuild index 078e7f50a909..c91319e2d231 100644 --- a/net-libs/ccrtp/ccrtp-2.0.5.ebuild +++ b/net-libs/ccrtp/ccrtp-2.0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.4 2013/08/07 13:34:10 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.5.ebuild,v 1.5 2013/08/10 12:55:38 ago Exp $ EAPI=4 inherit eutils multilib @@ -9,7 +9,7 @@ DESCRIPTION="GNU ccRTP is an implementation of RTP, the real-time transport prot HOMEPAGE="http://www.gnu.org/software/ccrtp/" SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" -KEYWORDS="amd64 ~ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" LICENSE="GPL-2" IUSE="doc" SLOT="0" |