diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-16 13:19:27 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-11-16 13:19:27 +0000 |
commit | 1f235d0c40dad880967de154ce66409c8bd3da92 (patch) | |
tree | db5e23058da7ba64966f9dc4e25d924054d613d8 /dev-libs/Ice | |
parent | Lastrite metacity-python wrt #438894 (diff) | |
download | gentoo-2-1f235d0c40dad880967de154ce66409c8bd3da92.tar.gz gentoo-2-1f235d0c40dad880967de154ce66409c8bd3da92.tar.bz2 gentoo-2-1f235d0c40dad880967de154ce66409c8bd3da92.zip |
Pull in correct SLOT of dev-libs/openssl to ensure headers are installed.
(Portage version: 2.2.0_alpha142/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'dev-libs/Ice')
-rw-r--r-- | dev-libs/Ice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/Ice/Ice-3.4.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-libs/Ice/ChangeLog b/dev-libs/Ice/ChangeLog index 9341eb7a67b1..455855b0b9bf 100644 --- a/dev-libs/Ice/ChangeLog +++ b/dev-libs/Ice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/Ice # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/ChangeLog,v 1.15 2012/11/16 12:43:49 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/ChangeLog,v 1.16 2012/11/16 13:19:27 ssuominen Exp $ + + 16 Nov 2012; Samuli Suominen <ssuominen@gentoo.org> Ice-3.4.2.ebuild: + Pull in correct SLOT of dev-libs/openssl to ensure headers are installed. 16 Nov 2012; Lars Wendler <polynomial-c@gentoo.org> -Ice-3.2.0.ebuild, -files/Ice-3.2.0-Makefile.patch, -Ice-3.2.1.ebuild, diff --git a/dev-libs/Ice/Ice-3.4.2.ebuild b/dev-libs/Ice/Ice-3.4.2.ebuild index 58b41ebde0c8..a571459a73f2 100644 --- a/dev-libs/Ice/Ice-3.4.2.ebuild +++ b/dev-libs/Ice/Ice-3.4.2.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/Ice/Ice-3.4.2.ebuild,v 1.7 2012/07/05 12:32:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/Ice/Ice-3.4.2.ebuild,v 1.8 2012/11/16 13:19:27 ssuominen Exp $ EAPI="2" @@ -23,7 +23,7 @@ IUSE="doc examples +ncurses mono python ruby test debug" RDEPEND=">=dev-libs/expat-2.0.1 >=app-arch/bzip2-1.0.5 - >=dev-libs/openssl-0.9.8o + >=dev-libs/openssl-0.9.8o:0 >=sys-libs/db-4.8.30[cxx] ~dev-cpp/libmcpp-2.7.2 ruby? ( $(ruby_implementation_depend ruby18) ) |