diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-11-02 04:51:52 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-11-02 04:51:52 +0000 |
commit | 985f27818a1d9ef579ac32c66758a934f8227bde (patch) | |
tree | 5bfe543da188dadb061d2ca82bb92e09963d42de /x11-misc/entrance | |
parent | ver bump (Manifest recommit) (diff) | |
download | gentoo-2-985f27818a1d9ef579ac32c66758a934f8227bde.tar.gz gentoo-2-985f27818a1d9ef579ac32c66758a934f8227bde.tar.bz2 gentoo-2-985f27818a1d9ef579ac32c66758a934f8227bde.zip |
force newer DEPENDS
Diffstat (limited to 'x11-misc/entrance')
-rw-r--r-- | x11-misc/entrance/entrance-0.9.0.20041031.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-misc/entrance/entrance-0.9.0.20041031.ebuild b/x11-misc/entrance/entrance-0.9.0.20041031.ebuild index cd02edfd05fc..22b1aba5f823 100644 --- a/x11-misc/entrance/entrance-0.9.0.20041031.ebuild +++ b/x11-misc/entrance/entrance-0.9.0.20041031.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20041031.ebuild,v 1.1 2004/11/02 04:47:46 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/entrance/entrance-0.9.0.20041031.ebuild,v 1.2 2004/11/02 04:51:52 vapier Exp $ inherit enlightenment eutils @@ -15,12 +15,11 @@ IUSE="pam" DEPEND="virtual/x11 pam? ( sys-libs/pam ) - >=dev-db/edb-1.0.5 - >=x11-libs/evas-1.0.0_pre13 - >=x11-libs/ecore-1.0.0_pre7 - >=media-libs/edje-0.5.0 - >=x11-libs/esmart-0.0.2.20040501 - >=sys-apps/sed-4" + >=dev-db/edb-1.0.5.20041031 + >=x11-libs/evas-1.0.0.20041031_pre13 + >=x11-libs/ecore-1.0.0.20041031_pre7 + >=media-libs/edje-0.5.0.20041031 + >=x11-libs/esmart-0.9.0.20041031" src_unpack() { enlightenment_src_unpack |