diff options
author | Jan Lübbe <jluebbe@debian.org> | 2009-09-17 11:00:29 +0000 |
---|---|---|
committer | Jan Lübbe <jluebbe@debian.org> | 2009-09-18 08:04:39 +0000 |
commit | 8f10e06e417cabc19e49bc55eeed47ac52640e1a (patch) | |
tree | fa0e84c583be17d4a5cab7c03feef18e04b3219c /recipes/gnupg/gnupg_1.4.2.2.bb | |
parent | 277333bc80a22c4bff8f2a611d67be0856507bdb (diff) |
gnupg: split gpgv off into its own package
Diffstat (limited to 'recipes/gnupg/gnupg_1.4.2.2.bb')
-rw-r--r-- | recipes/gnupg/gnupg_1.4.2.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnupg/gnupg_1.4.2.2.bb b/recipes/gnupg/gnupg_1.4.2.2.bb index 8492617683..6f63649b6f 100644 --- a/recipes/gnupg/gnupg_1.4.2.2.bb +++ b/recipes/gnupg/gnupg_1.4.2.2.bb @@ -12,4 +12,4 @@ SRC_URI += "file://15_free_caps.patch;patch=1 \ S = "${WORKDIR}/gnupg-${PV}" -PR = "r2" +PR = "r3" |