diff options
author | Michael Lauer <mickey@vanille-media.de> | 2008-09-14 22:02:50 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2008-09-14 22:02:50 +0000 |
commit | f08288008c2468351c3e3a5d8c3f7177f1cb408b (patch) | |
tree | 4901f08555bcab1652a0d180b9c180365436b081 /packages/python/python-emotion_svn.bb | |
parent | c77036e3ee8f664cda70b523b12eb8572259af2e (diff) |
python-efl: bump version number, move python-etk to svn build
Diffstat (limited to 'packages/python/python-emotion_svn.bb')
-rw-r--r-- | packages/python/python-emotion_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/python/python-emotion_svn.bb b/packages/python/python-emotion_svn.bb index b3d64d0f1a..ceb60870eb 100644 --- a/packages/python/python-emotion_svn.bb +++ b/packages/python/python-emotion_svn.bb @@ -1,5 +1,5 @@ require python-efl.inc DEPENDS += "emotion python-evas" RDEPENDS += "python-ecore" -PV = "0.2.1+svnr${SRCREV}" -PR = "r1" +PV = "0.3.0+svnr${SRCREV}" +PR = "r0" |