diff options
author | Joseph Jezak <josejx@gentoo.org> | 2009-03-18 07:59:20 +0000 |
---|---|---|
committer | Joseph Jezak <josejx@gentoo.org> | 2009-03-18 07:59:20 +0000 |
commit | 5f2e0a01e5a7868325f1fd59e049dc3090d94dbc (patch) | |
tree | c680ab938a150b23fc1364016d2de2902156caa6 /dev-cpp/commoncpp2 | |
parent | Version bump (diff) | |
download | gentoo-2-5f2e0a01e5a7868325f1fd59e049dc3090d94dbc.tar.gz gentoo-2-5f2e0a01e5a7868325f1fd59e049dc3090d94dbc.tar.bz2 gentoo-2-5f2e0a01e5a7868325f1fd59e049dc3090d94dbc.zip |
Marked ppc stable for bug #261567.
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/commoncpp2')
-rw-r--r-- | dev-cpp/commoncpp2/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/commoncpp2/ChangeLog b/dev-cpp/commoncpp2/ChangeLog index 1bceef221256..ce230f838ad6 100644 --- a/dev-cpp/commoncpp2/ChangeLog +++ b/dev-cpp/commoncpp2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/commoncpp2 # Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.45 2009/03/12 14:17:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/ChangeLog,v 1.46 2009/03/18 07:59:20 josejx Exp $ + + 18 Mar 2009; Joseph Jezak <josejx@gentoo.org> commoncpp2-1.6.2.ebuild: + Marked ppc stable for bug #261567. 12 Mar 2009; Brent Baude <ranger@gentoo.org> commoncpp2-1.6.2.ebuild: Marking commoncpp2-1.6.2 ppc64 for bug 261567 diff --git a/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild b/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild index 7263829a9433..814230e49c53 100644 --- a/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild +++ b/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild,v 1.4 2009/03/12 14:17:53 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/commoncpp2/commoncpp2-1.6.2.ebuild,v 1.5 2009/03/18 07:59:20 josejx Exp $ inherit eutils autotools @@ -9,7 +9,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" RDEPEND="gnutls? ( dev-libs/libgcrypt |