diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:10:59 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-04-21 19:10:59 +0000 |
commit | 37b080c9aef1d2eb9d4497c69e777bc3e17af123 (patch) | |
tree | 51a445dc3866f4f8b2ee9530b9b1835d110c0220 /dev-cpp | |
parent | ppc stable wrt bug #540866 (diff) | |
download | gentoo-2-37b080c9aef1d2eb9d4497c69e777bc3e17af123.tar.gz gentoo-2-37b080c9aef1d2eb9d4497c69e777bc3e17af123.tar.bz2 gentoo-2-37b080c9aef1d2eb9d4497c69e777bc3e17af123.zip |
ppc stable wrt bug #491974
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index 22fafe89ad3f..9b844c6d9d93 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/commoncpp2 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.62 2015/04/18 12:47:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.63 2015/04/21 19:10:59 pacho Exp $ + + 21 Apr 2015; Pacho Ramos <pacho@gentoo.org> commoncpp2-1.8.1-r1.ebuild: + ppc stable wrt bug #491974 18 Apr 2015; Pacho Ramos <pacho@gentoo.org> commoncpp2-1.8.1-r1.ebuild: ppc64 stable wrt bug #491974 diff --git a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild index 0a18adadbb6c..f2fccf37d0f4 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.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/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.6 2015/04/18 12:47:48 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.8.1-r1.ebuild,v 1.7 2015/04/21 19:10:59 pacho Exp $ EAPI="5" @@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" HOMEPAGE="http://www.gnu.org/software/commoncpp/" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~ppc ppc64 x86" +KEYWORDS="amd64 ppc ppc64 x86" IUSE="debug doc examples ipv6 gnutls ssl static-libs" REQUIRED_USE="gnutls? ( ssl )" |