diff options
-rw-r--r-- | app-editors/lfhex/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/lfhex/Manifest | 18 | ||||
-rw-r--r-- | app-editors/lfhex/lfhex-0.3.7.1.ebuild | 8 |
3 files changed, 14 insertions, 19 deletions
diff --git a/app-editors/lfhex/ChangeLog b/app-editors/lfhex/ChangeLog index a4a715cbc48d..1b753be21ffc 100644 --- a/app-editors/lfhex/ChangeLog +++ b/app-editors/lfhex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/lfhex -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.13 2005/09/25 03:00:31 dragonheart Exp $ +# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/ChangeLog,v 1.14 2006/01/22 01:39:07 vanquirius Exp $ + + 22 Jan 2006; Marcelo Goes <vanquirius@gentoo.org> lfhex-0.3.7.1.ebuild: + Make modular X friendly. *lfhex-0.3.7.1 (25 Sep 2005) diff --git a/app-editors/lfhex/Manifest b/app-editors/lfhex/Manifest index 88f31e11205b..a9a7e10e0798 100644 --- a/app-editors/lfhex/Manifest +++ b/app-editors/lfhex/Manifest @@ -1,17 +1,7 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 a85d8623b9290898ece24f40b4ecb2e8 lfhex-0.3.7.1.ebuild 693 -MD5 44033cf6e77e416e214ff344198449dc lfhex-0.3.7-r1.ebuild 876 -MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403 MD5 5210ab3ab2afd86f01a92fd21a222808 ChangeLog 1634 +MD5 278540748b028890d6885b09b0ab834c files/digest-lfhex-0.3.7-r1 62 MD5 d9c3e7c14c0a7285aaf093c359da112f files/digest-lfhex-0.3.7.1 64 MD5 ee28bebce85257e0e2fc93bc323d4e9b files/lfhex-gcc3-inline-fix.patch 539 -MD5 278540748b028890d6885b09b0ab834c files/digest-lfhex-0.3.7-r1 62 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2-ecc0.1.6 (GNU/Linux) - -iD8DBQFDNhLgmdTrptrqvGERAoEBAJ9HxMpAI5Moxeijbl6+6bF1tQm8ygCgm1Fz -3yclrRNPfDH8OJxDoGW8++s= -=EPJp ------END PGP SIGNATURE----- +MD5 44033cf6e77e416e214ff344198449dc lfhex-0.3.7-r1.ebuild 876 +MD5 f6f6ea8752531483e71158f267fb5984 lfhex-0.3.7.1.ebuild 729 +MD5 6d796b061ed1c1337ef157a5f74dab35 metadata.xml 403 diff --git a/app-editors/lfhex/lfhex-0.3.7.1.ebuild b/app-editors/lfhex/lfhex-0.3.7.1.ebuild index 83fc489b24a2..18b1c8225417 100644 --- a/app-editors/lfhex/lfhex-0.3.7.1.ebuild +++ b/app-editors/lfhex/lfhex-0.3.7.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.1.ebuild,v 1.1 2005/09/25 03:00:31 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/lfhex/lfhex-0.3.7.1.ebuild,v 1.2 2006/01/22 01:39:07 vanquirius Exp $ inherit eutils @@ -14,7 +14,9 @@ KEYWORDS="~amd64 ~ppc ~x86" IUSE="" RDEPEND="=x11-libs/qt-3* - virtual/x11" + || ( + ( >=x11-libs/libXt-1.0.0 ) + virtual/x11 )" DEPEND="${RDEPEND} sys-devel/flex |