Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 108601 - dev-libs/vartypes-1.1.3
Summary: dev-libs/vartypes-1.1.3
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL: http://crusaderky.altervista.org
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-10-09 06:50 UTC by crusaderky
Modified: 2007-02-16 15:37 UTC (History)
0 users

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


Attachments
vartypes-1.1.3.ebuild (vartypes-1.1.3.ebuild,665 bytes, text/plain)
2005-10-09 06:50 UTC, crusaderky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description crusaderky 2005-10-09 06:50:34 UTC
minimal C header that offers universal data types indipendently from the host OS
and architecture.

required by: dev-libs/navfs
Comment 1 crusaderky 2005-10-09 06:50:50 UTC
Created attachment 70215 [details]
vartypes-1.1.3.ebuild
Comment 2 crusaderky 2007-02-16 15:37:52 UTC
obsoleted. developers should use

#include <stdint.h>
#include <sys/types.h>

instead.