diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-09-29 17:36:47 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-09-29 17:36:47 +0000 |
commit | a5dc85b304d0a54a280a92d459f6f81de7cfd0ea (patch) | |
tree | b598f89967d1a62aafb12e72af9650064ed8d9cc /dev-libs/ucommon/ucommon-5.2.2-r3.ebuild | |
parent | Revision bump to import upstream patch for CVE-2012-3524 wrt #436028 (diff) | |
download | gentoo-2-a5dc85b304d0a54a280a92d459f6f81de7cfd0ea.tar.gz gentoo-2-a5dc85b304d0a54a280a92d459f6f81de7cfd0ea.tar.bz2 gentoo-2-a5dc85b304d0a54a280a92d459f6f81de7cfd0ea.zip |
keyword ~ppc ~ppc64, bug #435992
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/ucommon/ucommon-5.2.2-r3.ebuild')
-rw-r--r-- | dev-libs/ucommon/ucommon-5.2.2-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild b/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild index de0ba531499e..e40ca823860d 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.1 2012/08/20 06:32:06 qnikst Exp $ +# $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 $ EAPI="4" @@ -12,7 +12,7 @@ SRC_URI="mirror://gnu/commoncpp/${P}.tar.gz" LICENSE="LGPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux" IUSE="doc static-libs socks +cxx debug ssl gnutls" RDEPEND="ssl? ( dev-libs/openssl )" |