diff options
author | 2012-10-16 02:38:01 +0000 | |
---|---|---|
committer | 2012-10-16 02:38:01 +0000 | |
commit | 187aec72436d64ff0d0c1e3742d709050bbc5186 (patch) | |
tree | 2680848ce3b1ac12be4ed68a230d228bd61e8386 /dev-libs | |
parent | Add ~x86-fbsd. (diff) | |
download | gentoo-2-187aec72436d64ff0d0c1e3742d709050bbc5186.tar.gz gentoo-2-187aec72436d64ff0d0c1e3742d709050bbc5186.tar.bz2 gentoo-2-187aec72436d64ff0d0c1e3742d709050bbc5186.zip |
stable ppc ppc64, bug #438284
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/ucommon/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/ucommon/ucommon-5.2.2-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/ucommon/ChangeLog b/dev-libs/ucommon/ChangeLog index 6c5b4fc9f34e..c5a8669cc884 100644 --- a/dev-libs/ucommon/ChangeLog +++ b/dev-libs/ucommon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/ucommon # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.7 2012/09/29 17:36:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.8 2012/10/16 02:38:01 blueness Exp $ + + 16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> ucommon-5.2.2-r3.ebuild: + stable ppc ppc64, bug #438284 29 Sep 2012; Anthony G. Basile <blueness@gentoo.org> ucommon-5.2.2-r3.ebuild: keyword ~ppc ~ppc64, bug #435992 diff --git a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild b/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild index e40ca823860d..4c2b625dd80b 100644 --- a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild +++ b/dev-libs/ucommon/ucommon-5.2.2-r3.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/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.2 2012/09/29 17:36:47 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.3 2012/10/16 02:38:01 blueness Exp $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ppc ppc64 ~x86 ~amd64-linux" IUSE="doc static-libs socks +cxx debug ssl gnutls" RDEPEND="ssl? ( dev-libs/openssl )" |