diff options
author | Chris Larson <clarson@kergoth.com> | 2003-12-17 21:37:56 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-12-17 21:37:56 +0000 |
commit | 004cd99bce0f5585aa447dd52a78f2697e5555d8 (patch) | |
tree | 0a6c6e79a0a01953701aa12b6e28e6615fd0bf4d /atk | |
parent | 151dcc2979e059f5726f9d261f74b617ed12ec4a (diff) |
Remove unnecessary virtual/libc dependencies in the X header packages.
BKrev: 3fe0ccb4SXZn1PyYaq9ewgsuUSKBFQ
Diffstat (limited to 'atk')
-rw-r--r-- | atk/atk_1.2.0.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe index 845636e873..c50fbc586d 100644 --- a/atk/atk_1.2.0.oe +++ b/atk/atk_1.2.0.oe @@ -1,7 +1,7 @@ DEPENDS = virtual/libc glib-2.0 RDEPENDS = libc6 glib-2.0 -SRC_URI = ftp://ftp.gtk.org/pub/gtk/v2.2/atk-${PV}.tar.bz2 \ +SRC_URI = http://ftp.gnome.org/pub/gnome/sources/atk/1.2/atk-${PV}.tar.bz2 \ file://${FILESDIR}/m4.patch;patch=1 inherit autotools libtool |