diff options
author | Thomas Sachau <tommy@gentoo.org> | 2014-02-16 13:43:07 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2014-02-16 13:43:07 +0000 |
commit | 621631af14e9c40d3c30e7871eaa18775727bd0a (patch) | |
tree | 4b4e2c39294ce636070c10dbe7105f5e329c9300 | |
parent | Switch to dev-libs/efl (diff) | |
download | enlightenment-621631af14e9c40d3c30e7871eaa18775727bd0a.tar.gz enlightenment-621631af14e9c40d3c30e7871eaa18775727bd0a.tar.bz2 enlightenment-621631af14e9c40d3c30e7871eaa18775727bd0a.zip |
Switch to dev-libs/efl
-rw-r--r-- | x11-plugins/e_modules-eweather/e_modules-eweather-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/e_modules-eweather/e_modules-eweather-9999.ebuild b/x11-plugins/e_modules-eweather/e_modules-eweather-9999.ebuild index b5b297f..722bce8 100644 --- a/x11-plugins/e_modules-eweather/e_modules-eweather-9999.ebuild +++ b/x11-plugins/e_modules-eweather/e_modules-eweather-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -14,6 +14,6 @@ DESCRIPTION="EWeather gadget for e17" LICENSE="LGPL-2.1" DEPEND=">=x11-wm/enlightenment-0.17.0_alpha:0.17= - >=net-libs/libeweather-9999 - >=media-libs/edje-0.5.0" + dev-libs/efl + >=net-libs/libeweather-9999" RDEPEND=${DEPEND} |