diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-19 12:29:24 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-02-19 12:29:24 +0000 |
commit | b7fba0ad7a877c60e78135f35bbcd22ac5b4a68a (patch) | |
tree | 4a2afbd342c17e035f56f717f1128aec07afade3 /dev-libs | |
parent | Respect compiler, skip mono tests cause they are badly broken, bug #498484 (diff) | |
download | gentoo-2-b7fba0ad7a877c60e78135f35bbcd22ac5b4a68a.tar.gz gentoo-2-b7fba0ad7a877c60e78135f35bbcd22ac5b4a68a.tar.bz2 gentoo-2-b7fba0ad7a877c60e78135f35bbcd22ac5b4a68a.zip |
Stable on amd64, wrt bug #492612
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/Ice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/Ice/Ice-3.5.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/Ice/ChangeLog b/dev-libs/Ice/ChangeLog index 51e0c379d880..3411161c70b8 100644 --- a/dev-libs/Ice/ChangeLog +++ b/dev-libs/Ice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/Ice # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/ChangeLog,v 1.31 2014/02/19 12:27:25 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/ChangeLog,v 1.32 2014/02/19 12:29:24 pinkbyte Exp $ + + 19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> Ice-3.5.1.ebuild: + Stable on amd64, wrt bug #492612 19 Feb 2014; Sergey Popov <pinkbyte@gentoo.org> Ice-3.5.1.ebuild: Respect compiler, skip mono tests cause they are badly broken, bug #498484 diff --git a/dev-libs/Ice/Ice-3.5.1.ebuild b/dev-libs/Ice/Ice-3.5.1.ebuild index 75c255ffe304..f24d2e347ef6 100644 --- a/dev-libs/Ice/Ice-3.5.1.ebuild +++ b/dev-libs/Ice/Ice-3.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.5.1.ebuild,v 1.6 2014/02/19 12:27:25 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.5.1.ebuild,v 1.7 2014/02/19 12:29:24 pinkbyte Exp $ EAPI=5 @@ -16,7 +16,7 @@ SRC_URI="http://www.zeroc.com/download/Ice/$(get_version_component_range 1-2)/${ doc? ( http://www.zeroc.com/download/Ice/$(get_version_component_range 1-2)/${P}.pdf )" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" +KEYWORDS="amd64 ~arm ~ia64 x86 ~x86-linux ~x64-macos" IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 |