Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168892 - [QA] Some ebuilds use wrong has_version syntax
Summary: [QA] Some ebuilds use wrong has_version syntax
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Quality Assurance Team
URL:
Whiteboard:
Keywords: QAcanfix
Depends on:
Blocks:
 
Reported: 2007-03-01 14:53 UTC by Timothy Redaelli (RETIRED)
Modified: 2007-03-04 23:16 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Timothy Redaelli (RETIRED) gentoo-dev 2007-03-01 14:53:29 UTC
app-editors/nvu/nvu-1.0-r4.ebuild:      if has_version '>=media-libs/freetype-2.2*'; then
app-text/html2text/html2text-1.3.1.ebuild:      if has_version ">=sys-devel/gcc-3.3*"; then
media-video/ati-gatos/ati-gatos-4.4.0.ebuild:   if has_version '>=x11-base/xorg-x11-6.7.99*' ; then
net-p2p/dctc/dctc-0.85.9.ebuild:        if has_version "=sys-libs/db-4.2*" && ! has_version ">=sys-libs/db-4.3*"; then
net-print/cups-pdf/cups-pdf-2.4.2.ebuild:       has_version '>=net-print/cups-1.2*' && exeopts -m0700

* can only be used with =
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2007-03-02 09:25:23 UTC
mozilla and net-p2p are done
Comment 2 Stefan Schweizer (RETIRED) gentoo-dev 2007-03-02 10:32:20 UTC
printing fixed
Comment 3 Stefan Schweizer (RETIRED) gentoo-dev 2007-03-04 23:16:38 UTC
ati-gatos done, everything done thanks fixed.