diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-10-22 16:44:30 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-10-22 16:44:30 +0000 |
commit | 6067d0c364c1c9a90b70b3f591b646f07fffcf04 (patch) | |
tree | e1ec2adb5631368a2461dc6df735182a9b8d2ee8 /dev-libs/ucommon | |
parent | remove wine[udisks] from targets/desktop/package.use since udisks is in USE i... (diff) | |
download | gentoo-2-6067d0c364c1c9a90b70b3f591b646f07fffcf04.tar.gz gentoo-2-6067d0c364c1c9a90b70b3f591b646f07fffcf04.tar.bz2 gentoo-2-6067d0c364c1c9a90b70b3f591b646f07fffcf04.zip |
Stable for AMD64, wrt bug #438284
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-libs/ucommon')
-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 562b0f0539ab..e7a11080ae59 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.9 2012/10/21 13:23:53 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ChangeLog,v 1.10 2012/10/22 16:44:30 ago Exp $ + + 22 Oct 2012; Agostino Sarubbo <ago@gentoo.org> ucommon-5.2.2-r3.ebuild: + Stable for AMD64, wrt bug #438284 21 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> ucommon-5.2.2-r3.ebuild: Fix for bug #438354, thanks to Anthony Basile diff --git a/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild b/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild index ee0232f0ebbe..e394750c5b38 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.4 2012/10/21 13:23:53 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/ucommon/ucommon-5.2.2-r3.ebuild,v 1.5 2012/10/22 16:44:30 ago 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 ) |