diff options
author | erich@mine.nu <erich@mine.nu> | 2004-04-03 15:02:18 +0000 |
---|---|---|
committer | erich@mine.nu <erich@mine.nu> | 2004-04-03 15:02:18 +0000 |
commit | 4f7644473e61c9c7779d689f0c3fca357f01ae28 (patch) | |
tree | fb7f99ba524da4d7c21374ebc3c8fbf17cd04cb5 /xpm | |
parent | 252ff05bfea922eac72b082ec789e7638e6aeacf (diff) |
patch from pb_: remove extraneous "-cvs" specifiers from X packages
BKrev: 406ed1faFAUb0SoayvcaZbT-dd1tVQ
Diffstat (limited to 'xpm')
-rw-r--r-- | xpm/xpm-cvs.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xpm/xpm-cvs.oe b/xpm/xpm-cvs.oe index f4eeab454e..047cd6e1af 100644 --- a/xpm/xpm-cvs.oe +++ b/xpm/xpm-cvs.oe @@ -2,7 +2,7 @@ PV = "0.0cvs${CVSDATE}" SECTION = "libs" PRIORITY = "optional" MAINTAINER = "Greg Gilbert <greg@treke.net>" -DEPENDS = "virtual/libc xproto-cvs x11-cvs" +DEPENDS = "virtual/libc xproto x11" PROVIDES = "xpm" DESCRIPTION = "X Pixmap library." |