wok diff xorg-xkbcomp/receipt @ rev 6849

Fix depends: Inverse xorg-xkeyboard-config depend on xorg-xkbcomp. It solves a loop in tazwok-testing, but maybe it's a dirty workaround needed by the not-perfect-method used in this tool.
author Antoine Bodin <gokhlayeh@slitaz.org>
date Wed Oct 20 13:01:20 2010 +0200 (2010-10-20)
parents 3f4b9d12cfc3
children 07ae722ec64e
line diff
     1.1 --- a/xorg-xkbcomp/receipt	Mon Apr 19 22:13:03 2010 +0200
     1.2 +++ b/xorg-xkbcomp/receipt	Wed Oct 20 13:01:20 2010 +0200
     1.3 @@ -5,7 +5,7 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg keyboard composite."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg xorg-libX11 xorg-xkeyboard-config xorg-libxkbfile"
     1.8 +DEPENDS="xorg xorg-libX11 xorg-libxkbfile"
     1.9  SOURCE="xkbcomp"
    1.10  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.11  WEB_SITE="http://www.x.org/"