diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-14 08:22:30 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2006-08-14 08:22:30 +0000 |
commit | 57d510b17bc6e4707078a30a9b9d78d3f3fb095d (patch) | |
tree | fdd280ece9103c127016f62285d69b7c0f3b4c64 /app-editors/xvile | |
parent | Add metadata thanks to Daniel Webert <rockoo@gmail.com> in bug 143843 (diff) | |
download | historical-57d510b17bc6e4707078a30a9b9d78d3f3fb095d.tar.gz historical-57d510b17bc6e4707078a30a9b9d78d3f3fb095d.tar.bz2 historical-57d510b17bc6e4707078a30a9b9d78d3f3fb095d.zip |
clean out old version; backport modX fix
Package-Manager: portage-2.1.1_pre5
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/ChangeLog | 6 | ||||
-rw-r--r-- | app-editors/xvile/xvile-9.4d.ebuild | 12 |
2 files changed, 15 insertions, 3 deletions
diff --git a/app-editors/xvile/ChangeLog b/app-editors/xvile/ChangeLog index 41d5275d8715..bd61ac197acf 100644 --- a/app-editors/xvile/ChangeLog +++ b/app-editors/xvile/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-editors/xvile # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.14 2006/05/12 01:40:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/ChangeLog,v 1.15 2006/08/14 08:22:30 mr_bones_ Exp $ + + 14 Aug 2006; Michael Sterrett <mr_bones_@gentoo.org> -xvile-9.3h.ebuild, + xvile-9.4d.ebuild: + clean out old version; backport modX fix 11 May 2006; Thomas Cort <tcort@gentoo.org> xvile-9.4d.ebuild: Stable on amd64. diff --git a/app-editors/xvile/xvile-9.4d.ebuild b/app-editors/xvile/xvile-9.4d.ebuild index a39ab605b48b..4ac0285d6917 100644 --- a/app-editors/xvile/xvile-9.4d.ebuild +++ b/app-editors/xvile/xvile-9.4d.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.8 2006/05/12 01:40:57 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/xvile/xvile-9.4d.ebuild,v 1.9 2006/08/14 08:22:30 mr_bones_ Exp $ inherit eutils @@ -19,7 +19,15 @@ KEYWORDS="alpha amd64 ia64 ppc sparc x86" IUSE="perl" RDEPEND="perl? ( dev-lang/perl ) - virtual/x11 + || ( + ( >=x11-libs/libX11-1.0.0 + >=x11-libs/libXt-1.0.0 + >=x11-libs/libICE-1.0.0 + >=x11-libs/libSM-1.0.0 + >=x11-libs/libXaw-1.0.1 + >=x11-libs/libXpm-3.5.4.2 + >=x11-proto/xproto-7.0.4 ) + virtual/x11 ) =app-editors/vile-${PVR}" DEPEND="${RDEPEND} sys-devel/flex" |