diff options
author | 2010-01-31 17:33:18 +0000 | |
---|---|---|
committer | 2010-01-31 17:33:18 +0000 | |
commit | 2dc84df3d84780cca07af72a91faedc8d05f4a92 (patch) | |
tree | 01a88b71d379a3de28acede5067f5daa5ff39ad4 | |
parent | sparc stable (diff) | |
download | gentoo-2-2dc84df3d84780cca07af72a91faedc8d05f4a92.tar.gz gentoo-2-2dc84df3d84780cca07af72a91faedc8d05f4a92.tar.bz2 gentoo-2-2dc84df3d84780cca07af72a91faedc8d05f4a92.zip |
Change libffi depend from dev-libs to virtual.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
-rw-r--r-- | dev-lisp/ecls/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-9.12.3.ebuild | 6 | ||||
-rw-r--r-- | dev-lisp/ecls/ecls-9.8.4.ebuild | 6 |
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-lisp/ecls/ChangeLog b/dev-lisp/ecls/ChangeLog index 42ed04fff0a7..5de8495b7971 100644 --- a/dev-lisp/ecls/ChangeLog +++ b/dev-lisp/ecls/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lisp/ecls -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.30 2009/12/17 12:04:22 grozin Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ChangeLog,v 1.31 2010/01/31 17:33:18 ssuominen Exp $ + + 31 Jan 2010; Samuli Suominen <ssuominen@gentoo.org> ecls-9.8.4.ebuild, + ecls-9.12.3.ebuild: + Change libffi depend from dev-libs to virtual. *ecls-9.12.3 (17 Dec 2009) diff --git a/dev-lisp/ecls/ecls-9.12.3.ebuild b/dev-lisp/ecls/ecls-9.12.3.ebuild index 7cfbfd5c7b6b..c08f57d05b5f 100644 --- a/dev-lisp/ecls/ecls-9.12.3.ebuild +++ b/dev-lisp/ecls/ecls-9.12.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v 1.1 2009/12/17 12:04:22 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.12.3.ebuild,v 1.2 2010/01/31 17:33:18 ssuominen Exp $ EAPI=2 inherit eutils multilib @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="X debug +threads +unicode" RDEPEND="dev-libs/gmp - dev-libs/libffi + virtual/libffi >=dev-libs/boehm-gc-7.1[threads?]" # cxx? ( dev-libs/boehm-gc[-nocxx] )" DEPEND="${RDEPEND} diff --git a/dev-lisp/ecls/ecls-9.8.4.ebuild b/dev-lisp/ecls/ecls-9.8.4.ebuild index c582a01bfeb7..0e0113ed5a57 100644 --- a/dev-lisp/ecls/ecls-9.8.4.ebuild +++ b/dev-lisp/ecls/ecls-9.8.4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.8.4.ebuild,v 1.1 2009/08/22 06:58:08 grozin Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lisp/ecls/ecls-9.8.4.ebuild,v 1.2 2010/01/31 17:33:18 ssuominen Exp $ EAPI=2 inherit eutils multilib @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="X c++ +threads +unicode" RDEPEND="dev-libs/gmp - dev-libs/libffi + virtual/libffi >=dev-libs/boehm-gc-7.1[threads?] c++? ( dev-libs/boehm-gc[-nocxx] )" DEPEND="${RDEPEND} |