mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
seahorse-nautilus: fix build with gnupg 2.3
This commit is contained in:
parent
8c3286d980
commit
1d267ce604
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Index: seahorse-nautilus-3.10.1/configure.ac
|
||||||
|
|
||||||
if test "$DO_CHECK" = "yes"; then
|
if test "$DO_CHECK" = "yes"; then
|
||||||
- accepted_versions="1.2 1.4 2.0"
|
- accepted_versions="1.2 1.4 2.0"
|
||||||
+ accepted_versions="1.2 1.4 2.0 2.1 2.2"
|
+ accepted_versions="1.2 1.4 2.0 2.1 2.2 2.3"
|
||||||
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
|
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
|
||||||
ok="no"
|
ok="no"
|
||||||
if test "$GNUPG" != "no"; then
|
if test "$GNUPG" != "no"; then
|
||||||
|
|
Loading…
Add table
Reference in a new issue