diff options
author | Phil Blundell <philb@gnu.org> | 2004-07-26 16:22:01 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-07-26 16:22:01 +0000 |
commit | 70d0c7453df6c99c0ec5efe77e5ef649469dffa4 (patch) | |
tree | f7c658a6789a7055aa4cf14be950886903e048e9 /galculator/galculator_1.2.3.oe | |
parent | c2ae14bfcb10ddc33e9cbe52f4511b33b0c06c0b (diff) |
fix missing > in florian's email address
BKrev: 41052fa9ajfPLzJJSrYePqkDeYPM2w
Diffstat (limited to 'galculator/galculator_1.2.3.oe')
-rw-r--r-- | galculator/galculator_1.2.3.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/galculator/galculator_1.2.3.oe b/galculator/galculator_1.2.3.oe index d99335f95c..4721bca94a 100644 --- a/galculator/galculator_1.2.3.oe +++ b/galculator/galculator_1.2.3.oe @@ -1,11 +1,11 @@ -PR = "r1" +PR = "r2" inherit autotools pkgconfig PROVIDES = "galculator" DESCRIPTION = "GTK Advanced Calculator" DEPENDS = "virtual/libc gtk+ libglade" -MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de" +MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>" SECTION = "gpe" PRIORITY = "optional" |