diff options
Diffstat (limited to 'x11-misc/eosd/eosd-0.1.0.ebuild')
-rw-r--r-- | x11-misc/eosd/eosd-0.1.0.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-misc/eosd/eosd-0.1.0.ebuild b/x11-misc/eosd/eosd-0.1.0.ebuild index 932ff05ac818..7bcdb2b1d0ca 100644 --- a/x11-misc/eosd/eosd-0.1.0.ebuild +++ b/x11-misc/eosd/eosd-0.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.6 2004/09/19 19:56:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/eosd/eosd-0.1.0.ebuild,v 1.7 2005/04/11 03:45:48 vapier Exp $ DESCRIPTION="enlightened on-screen display draws anti-aliased text on your screen without creating a visible window" HOMEPAGE="http://code-monkey.de/?eosd" @@ -11,10 +11,10 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND=">=media-libs/imlib2-1.1.1 - >=x11-libs/ecore-1.0.0_pre7" +DEPEND=">=media-libs/imlib2-1.2.0 + >=x11-libs/ecore-0.9.9" src_install() { - make install DESTDIR=${D} || die + make install DESTDIR="${D}" || die dodoc AUTHORS ChangeLog NEWS README } |