diff options
author | 2015-01-09 13:38:39 +0000 | |
---|---|---|
committer | 2015-01-09 13:38:39 +0000 | |
commit | d1e1d7694308fb1b99d8a8615b47a71358665e2e (patch) | |
tree | ea7e6d228b6fda57ea03c6da4065ca9bc3485872 /net-libs/ccrtp | |
parent | Stable for amd64, wrt bug #535570 (diff) | |
download | gentoo-2-d1e1d7694308fb1b99d8a8615b47a71358665e2e.tar.gz gentoo-2-d1e1d7694308fb1b99d8a8615b47a71358665e2e.tar.bz2 gentoo-2-d1e1d7694308fb1b99d8a8615b47a71358665e2e.zip |
Stable for amd64, wrt bug #535572
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-2.0.9.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 0bc99f3d88e8..43dcb2a9d390 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/ccrtp -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.33 2014/09/13 14:43:41 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.34 2015/01/09 13:38:39 ago Exp $ + + 09 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild: + Stable for amd64, wrt bug #535572 *ccrtp-2.0.9 (13 Sep 2014) diff --git a/net-libs/ccrtp/ccrtp-2.0.9.ebuild b/net-libs/ccrtp/ccrtp-2.0.9.ebuild index 17003f7dc05a..ddc09703b254 100644 --- a/net-libs/ccrtp/ccrtp-2.0.9.ebuild +++ b/net-libs/ccrtp/ccrtp-2.0.9.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.1 2014/09/13 14:43:41 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.2 2015/01/09 13:38:39 ago Exp $ EAPI=5 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/2" |