diff options
author | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 18:39:46 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2003-03-01 18:39:46 +0000 |
commit | ecfbe5d8759969b7c9a389fbbe6b192de84cdc5a (patch) | |
tree | daadce8e4faa4194348652ee3e064412f028b679 /x11-libs/ewl | |
parent | 1.27-r2 initial commit, fixes bug #6986 (diff) | |
download | historical-ecfbe5d8759969b7c9a389fbbe6b192de84cdc5a.tar.gz historical-ecfbe5d8759969b7c9a389fbbe6b192de84cdc5a.tar.bz2 historical-ecfbe5d8759969b7c9a389fbbe6b192de84cdc5a.zip |
dep fix
Diffstat (limited to 'x11-libs/ewl')
-rw-r--r-- | x11-libs/ewl/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/ewl/ewl-0.0.2.20030220.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-libs/ewl/ChangeLog b/x11-libs/ewl/ChangeLog index 95c4c58aecca..4de99a251a59 100644 --- a/x11-libs/ewl/ChangeLog +++ b/x11-libs/ewl/ChangeLog @@ -1,8 +1,11 @@ # ChangeLog for x11-libs/ewl # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ChangeLog,v 1.1 2003/02/20 12:33:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ChangeLog,v 1.2 2003/03/01 18:39:46 lostlogic Exp $ *ewl-0.0.2.20030220 (20 Feb 2003) + 01 Mar 2003; Brandon Low <lostlogic@gentoo.org> ewl-0.0.2.20030220.ebuild: + Fix dep (ewl should depend on etox). + 20 Feb 2003; Mike Frysinger <vapier@gentoo.org> : Initial import. Ebuild submitted by me. diff --git a/x11-libs/ewl/ewl-0.0.2.20030220.ebuild b/x11-libs/ewl/ewl-0.0.2.20030220.ebuild index 7932aa9cec92..cb0d26873110 100644 --- a/x11-libs/ewl/ewl-0.0.2.20030220.ebuild +++ b/x11-libs/ewl/ewl-0.0.2.20030220.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ewl-0.0.2.20030220.ebuild,v 1.2 2003/02/22 08:55:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/ewl/ewl-0.0.2.20030220.ebuild,v 1.3 2003/03/01 18:39:46 lostlogic Exp $ DESCRIPTION="simple-to-use general purpose widget library" HOMEPAGE="http://www.enlightenment.org/pages/ewl.html" @@ -18,7 +18,8 @@ DEPEND="virtual/glibc >=media-libs/ebits-1.0.1.2003* >=dev-db/edb-1.0.3.2003* >=x11-libs/ecore-0.0.2.2003* - >=dev-libs/ewd-0.0.1.2003*" + >=dev-libs/ewd-0.0.1.2003* + >=media-libs/etox-0.0.1.2003*" S=${WORKDIR}/${PN} |