diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-11-22 18:30:25 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-11-22 18:30:25 +0000 |
commit | 334718fc996cbd6d3c5f86bd0862005c061ffec8 (patch) | |
tree | 6a2e7ad10b08115f6de8652fd3714a4a9df62993 /net-libs/ccrtp | |
parent | Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt b... (diff) | |
download | gentoo-2-334718fc996cbd6d3c5f86bd0862005c061ffec8.tar.gz gentoo-2-334718fc996cbd6d3c5f86bd0862005c061ffec8.tar.bz2 gentoo-2-334718fc996cbd6d3c5f86bd0862005c061ffec8.zip |
Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt bug #435996
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 6 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-2.0.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index a006a779ae35..a4df9c164e06 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-libs/ccrtp # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.23 2012/10/22 16:58:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.24 2012/11/22 18:30:25 ago Exp $ + + 22 Nov 2012; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.3.ebuild: + Stable for x86, tested by Vincent Olivert Riera <peratu@carrosses.com>, wrt + bug #435996 22 Oct 2012; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.3.ebuild: Stable for amd64, wrt bug #435996 diff --git a/net-libs/ccrtp/ccrtp-2.0.3.ebuild b/net-libs/ccrtp/ccrtp-2.0.3.ebuild index c2d0c2e794f5..6593483f06d2 100644 --- a/net-libs/ccrtp/ccrtp-2.0.3.ebuild +++ b/net-libs/ccrtp/ccrtp-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.4 2012/10/22 16:58:30 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.3.ebuild,v 1.5 2012/11/22 18:30:25 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" |