CVSROOT: /cvs Module name: ports Changes by: [email protected] 2012/04/05 06:08:25
Modified files:
devel/py-gobject: Makefile
Added files:
devel/py-gobject/patches: patch-gio_gio-types_defs
Log message:
>From upstream: gio-types.defs: change some enums to flags
These flags types were originally incorrectly handled in glib as being
enums. That bug was fixed, but they're still enums here, leading to
warnings about the mismatch.
Change them to flags.
