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 | f23a23d5f3932ab24e66cf51a44cabfdd201ae1b (patch) | |
tree | 27c6ec651159067a9f698b05a4b06c439d30c990 /app-editors | |
parent | Add metadata thanks to Daniel Webert <rockoo@gmail.com> in bug 143843 (diff) | |
download | gentoo-2-f23a23d5f3932ab24e66cf51a44cabfdd201ae1b.tar.gz gentoo-2-f23a23d5f3932ab24e66cf51a44cabfdd201ae1b.tar.bz2 gentoo-2-f23a23d5f3932ab24e66cf51a44cabfdd201ae1b.zip |
clean out old version; backport modX fix
(Portage version: 2.1.1_pre5)
Diffstat (limited to 'app-editors')
-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" |