diff options
author | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2013-06-05 23:53:25 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-06-06 17:26:35 +0200 |
commit | 702704014dafc2beae60bcd88abeae72f0ac4d87 (patch) | |
tree | 5dc3996498376122312cbcfaaa27599650144a54 /package/python-pygame | |
parent | 911a2081a3d2a0decd75ad46bdae3d22694a4a98 (diff) | |
download | buildroot-novena-702704014dafc2beae60bcd88abeae72f0ac4d87.tar.gz buildroot-novena-702704014dafc2beae60bcd88abeae72f0ac4d87.zip |
Fix package headers to comply with coding style
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/python-pygame')
-rw-r--r-- | package/python-pygame/python-pygame.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/python-pygame/python-pygame.mk b/package/python-pygame/python-pygame.mk index f3426a407..06159cc3d 100644 --- a/package/python-pygame/python-pygame.mk +++ b/package/python-pygame/python-pygame.mk @@ -3,6 +3,7 @@ # Pygame # ############################################################# + # stable 1.9.1 release requires V4L which has been wiped out of recent Linux # kernels, so use latest mercurial revision until next stable release is out. PYTHON_PYGAME_VERSION = f0bb4a4b365d |