diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 12:22:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-24 12:22:05 +0000 |
commit | 34d3e761f15b86bb0bd71a5a0ae26d7d6eb67ef5 (patch) | |
tree | 5beff19b5553647a1898719b77ea22c8ad90be38 /x11-libs | |
parent | Whoooooops. Fix typo in RDEPEND fix (accidentally put libgnomeui instead of l... (diff) | |
download | historical-34d3e761f15b86bb0bd71a5a0ae26d7d6eb67ef5.tar.gz historical-34d3e761f15b86bb0bd71a5a0ae26d7d6eb67ef5.tar.bz2 historical-34d3e761f15b86bb0bd71a5a0ae26d7d6eb67ef5.zip |
need libtool at runtime #148841
Package-Manager: portage-2.1.2_pre1
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/esmart/esmart-0.9.0.007.ebuild | 5 | ||||
-rw-r--r-- | x11-libs/esmart/esmart-9999.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/x11-libs/esmart/esmart-0.9.0.007.ebuild b/x11-libs/esmart/esmart-0.9.0.007.ebuild index 69cc84945f90..0dda82c7cbfd 100644 --- a/x11-libs/esmart/esmart-0.9.0.007.ebuild +++ b/x11-libs/esmart/esmart-0.9.0.007.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-0.9.0.007.ebuild,v 1.1 2006/07/16 05:38:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-0.9.0.007.ebuild,v 1.2 2006/09/24 12:22:05 vapier Exp $ inherit enlightenment DESCRIPTION="A collection of evas smart objects" -DEPEND=">=x11-libs/evas-0.9.9 +DEPEND="sys-devel/libtool + >=x11-libs/evas-0.9.9 >=x11-libs/ecore-0.9.9 >=media-libs/edje-0.5.0 >=media-libs/epsilon-0.3.0 diff --git a/x11-libs/esmart/esmart-9999.ebuild b/x11-libs/esmart/esmart-9999.ebuild index 96107ef8158b..371cd8ab3e6d 100644 --- a/x11-libs/esmart/esmart-9999.ebuild +++ b/x11-libs/esmart/esmart-9999.ebuild @@ -1,12 +1,13 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-9999.ebuild,v 1.7 2006/07/16 05:38:37 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/esmart/esmart-9999.ebuild,v 1.8 2006/09/24 12:22:05 vapier Exp $ inherit enlightenment DESCRIPTION="A collection of evas smart objects" -DEPEND=">=x11-libs/evas-0.9.9 +DEPEND="sys-devel/libtool + >=x11-libs/evas-0.9.9 >=x11-libs/ecore-0.9.9 >=media-libs/edje-0.5.0 >=media-libs/epsilon-0.3.0 |