diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:48:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-15 16:48:49 +0000 |
commit | f5bfd8516900fef8184bf9154cc84c29cdad40e1 (patch) | |
tree | fd810c21ff479d53952342b4cd05ce158cf79b75 /x11-misc/lineakd/lineakd-0.8.4.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-f5bfd8516900fef8184bf9154cc84c29cdad40e1.tar.gz gentoo-2-f5bfd8516900fef8184bf9154cc84c29cdad40e1.tar.bz2 gentoo-2-f5bfd8516900fef8184bf9154cc84c29cdad40e1.zip |
Fixed DEPEND for modular X. Removed old version.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-misc/lineakd/lineakd-0.8.4.ebuild')
-rw-r--r-- | x11-misc/lineakd/lineakd-0.8.4.ebuild | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/x11-misc/lineakd/lineakd-0.8.4.ebuild b/x11-misc/lineakd/lineakd-0.8.4.ebuild index 9c7c6f04db98..7113ba347922 100644 --- a/x11-misc/lineakd/lineakd-0.8.4.ebuild +++ b/x11-misc/lineakd/lineakd-0.8.4.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/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.1 2005/12/25 00:24:00 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/lineakd/lineakd-0.8.4.ebuild,v 1.2 2006/01/15 16:48:49 nelchael Exp $ inherit eutils @@ -13,22 +13,19 @@ SLOT="0" IUSE="" KEYWORDS="~amd64 ~ppc ~x86" -RDEPEND="|| ( - ( sys-libs/glibc +RDEPEND="|| ( ( x11-libs/libICE x11-libs/libSM x11-libs/libX11 x11-libs/libXext ) - virtual/x11 - )" + virtual/x11 )" DEPEND="${RDEPEND} - || ( - ( x11-libs/libxkbfile + || ( ( + x11-libs/libxkbfile x11-libs/libXt x11-proto/xextproto x11-proto/xproto ) - virtual/x11 - )" + virtual/x11 )" src_unpack() { unpack ${A} |