diff options
author | Thomas Sachau <tommy@gentoo.org> | 2010-11-18 13:59:36 +0000 |
---|---|---|
committer | Thomas Sachau <tommy@gentoo.org> | 2010-11-18 13:59:36 +0000 |
commit | 69a53d53c0e572b0539b1147cc5b0b743d8307ed (patch) | |
tree | 31b57d1959f923e92eefb3f77a5714020f62e3e5 /x11-misc | |
parent | Move x11-libs/ecore to dev-libs/ecore (diff) | |
download | enlightenment-69a53d53c0e572b0539b1147cc5b0b743d8307ed.tar.gz enlightenment-69a53d53c0e572b0539b1147cc5b0b743d8307ed.tar.bz2 enlightenment-69a53d53c0e572b0539b1147cc5b0b743d8307ed.zip |
Move dependencies to dev-libs/ecore
(Portage version: 2.2.0_alpha2-r1/svn/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/emprint/emprint-9999.ebuild | 2 | ||||
-rw-r--r-- | x11-misc/eosd/eosd-0.1.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/emprint/emprint-9999.ebuild b/x11-misc/emprint/emprint-9999.ebuild index 5b10e8b..f8f5019 100644 --- a/x11-misc/emprint/emprint-9999.ebuild +++ b/x11-misc/emprint/emprint-9999.ebuild @@ -7,7 +7,7 @@ inherit enlightenment DESCRIPTION="utility for taking screenshots of the entire screen" RDEPEND="x11-libs/libX11 - >=x11-libs/ecore-9999 + >=dev-libs/ecore-9999 >=dev-libs/evas-9999 >=dev-libs/eina-9999 >=media-libs/edje-9999 diff --git a/x11-misc/eosd/eosd-0.1.0.ebuild b/x11-misc/eosd/eosd-0.1.0.ebuild index 4f297d2..a2070fe 100644 --- a/x11-misc/eosd/eosd-0.1.0.ebuild +++ b/x11-misc/eosd/eosd-0.1.0.ebuild @@ -11,4 +11,4 @@ SRC_URI="ftp://code-monkey.de/pub/eosd/${P}.tar.gz" LICENSE="LGPL-2.1" DEPEND=">=media-libs/imlib2-1.2.0 - >=x11-libs/ecore-0.9.9" + >=dev-libs/ecore-0.9.9" |