diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-18 08:40:45 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-18 08:40:45 +0000 |
commit | 29b30bc80e7c81f6a20a45142a2e42baec9f9037 (patch) | |
tree | 6ffd09f5e9a3ba98c78495b6749d9c37b61051fc /net-libs/ccrtp | |
parent | Stable for ppc64, wrt bug #535122 (diff) | |
download | gentoo-2-29b30bc80e7c81f6a20a45142a2e42baec9f9037.tar.gz gentoo-2-29b30bc80e7c81f6a20a45142a2e42baec9f9037.tar.bz2 gentoo-2-29b30bc80e7c81f6a20a45142a2e42baec9f9037.zip |
Stable for ppc64, wrt bug #535572
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-2.0.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-libs/ccrtp/ChangeLog b/net-libs/ccrtp/ChangeLog index 2c41f19971d2..ec0527ad7955 100644 --- a/net-libs/ccrtp/ChangeLog +++ b/net-libs/ccrtp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-libs/ccrtp # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.35 2015/01/17 13:46:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ChangeLog,v 1.36 2015/01/18 08:40:45 ago Exp $ + + 18 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild: + Stable for ppc64, wrt bug #535572 17 Jan 2015; Agostino Sarubbo <ago@gentoo.org> ccrtp-2.0.9.ebuild: Stable for ppc, wrt bug #535572 diff --git a/net-libs/ccrtp/ccrtp-2.0.9.ebuild b/net-libs/ccrtp/ccrtp-2.0.9.ebuild index 9c3dd19a9b84..5dfd8467fe3c 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-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.3 2015/01/17 13:46:55 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/ccrtp/ccrtp-2.0.9.ebuild,v 1.4 2015/01/18 08:40:45 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" |