diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 10:44:59 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2010-05-04 10:44:59 +0000 |
commit | 6d8633ca413095aeddceb7e4802a6d7724e92f8c (patch) | |
tree | 8f93f36b09d4fe2a51a11051f274fba4253af32a | |
parent | 0c75756a0b3bd05687dc2a6a05a3ce71af758d01 (diff) | |
download | aports-6d8633ca413095aeddceb7e4802a6d7724e92f8c.tar.bz2 aports-6d8633ca413095aeddceb7e4802a6d7724e92f8c.tar.xz |
main/libxcb: remove versioned dep
abuild does not handle it yet
-rw-r--r-- | main/libxcb/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/libxcb/APKBUILD b/main/libxcb/APKBUILD index d8e5ac952c..d1275f04d2 100644 --- a/main/libxcb/APKBUILD +++ b/main/libxcb/APKBUILD @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="X11 client-side library" url="http://xcb.freedesktop.org/" license="custom" -depends="xcb-proto>=1.6" +depends="xcb-proto" subpackages="$pkgname-dev $pkgname-doc" makedepends="libxdmcp-dev libxau-dev libxslt libpthread-stubs pkgconfig python" source="http://xcb.freedesktop.org/dist/$pkgname-$pkgver.tar.bz2 |