diff options
author | Phil Blundell <philb@gnu.org> | 2004-08-30 12:19:28 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-08-30 12:19:28 +0000 |
commit | dc0142eab2979dcaa9da52335e3f42fa90b34b44 (patch) | |
tree | 9d8c3084489d8f00317d9a20db868a90b73406cf /mozilla/thunderbird_0.7.3.oe | |
parent | e38795b4b7e5b372857a47a716efffe14ff7b2e8 (diff) |
add gnupg to DEPENDS and RRECOMMENDS
BKrev: 41331b50tCWslgYhHZu4cZqRq2zn_w
Diffstat (limited to 'mozilla/thunderbird_0.7.3.oe')
-rw-r--r-- | mozilla/thunderbird_0.7.3.oe | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mozilla/thunderbird_0.7.3.oe b/mozilla/thunderbird_0.7.3.oe index b21f0edcfb..2a3f8db356 100644 --- a/mozilla/thunderbird_0.7.3.oe +++ b/mozilla/thunderbird_0.7.3.oe @@ -1,4 +1,5 @@ -DEPENDS = "xt xi zip-native gtk+ orbit2" +DEPENDS = "xt xi zip-native gtk+ orbit2 gnupg" +RRECOMMENDS = "gnupg" PR = "r1" EMVER="0.85.0" |