diff options
author | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-05-29 17:11:04 +0000 |
commit | 087629f4afb009d0eceec99db1e2ae45c1cf507e (patch) | |
tree | b33e81f2007fd813d64b11c6b513e6ebdc493e7b /korganizer | |
parent | 57805d1d4e115d1901fa432d0dcb49807a38233b (diff) |
Cleanup pass - remove remnant virtual/libc items from DEPENDS.
BKrev: 40b8c428TTv4Isw4YZOO0-X8vxwV2g
Diffstat (limited to 'korganizer')
-rw-r--r-- | korganizer/korganizer-embedded_1.5.0.oe | 2 | ||||
-rw-r--r-- | korganizer/korganizer-embedded_1.7.0.oe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/korganizer-embedded_1.5.0.oe b/korganizer/korganizer-embedded_1.5.0.oe index 6be1d3aee9..7fcc083d42 100644 --- a/korganizer/korganizer-embedded_1.5.0.oe +++ b/korganizer/korganizer-embedded_1.5.0.oe @@ -2,7 +2,7 @@ DESCRIPTION="KDE Organizer, QtE based Palmtop Environments Edition" SECTION="base" PRIORITY="optional" LICENSE="GPL" -DEPENDS="virtual/libc virtual/libqpe uicmoc-native" +DEPENDS="virtual/libqpe uicmoc-native" SRC_URI = "http://korganizer.kde.org/files/korganizerPi.150.source.tar.gz \ file://qmaketarget.patch;patch=1" diff --git a/korganizer/korganizer-embedded_1.7.0.oe b/korganizer/korganizer-embedded_1.7.0.oe index 3078a280c3..88acd4bb3d 100644 --- a/korganizer/korganizer-embedded_1.7.0.oe +++ b/korganizer/korganizer-embedded_1.7.0.oe @@ -4,7 +4,7 @@ PRIORITY = "optional" MAINTAINER = "Sebastian Goergen <zeppo@gmx.net>" LICENSE = "GPL" RDEPENDS = "lipqpe1" -DEPENDS ="virtual/libc virtual/libqpe" +DEPENDS ="virtual/libqpe" PR = "b" SRC_URI = "http://www.pi-sync.net/daunlood/latest/korganizerPi.170${PR}.tar.gz" |