You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/notecase/files/notecase-1.9.8-gtksourcevie...

14 lines
493 B

Index: notecase-1.9.8/Makefile
===================================================================
--- notecase-1.9.8.orig/Makefile
+++ notecase-1.9.8/Makefile
@@ -685,7 +685,7 @@ updatesrc:
exit 1;\
fi;
$(Q)if [ "$(HAVE_GTKSOURCEVIEW)" = "1" ]; then \
- if [[ "$(TEST_SRCVIEW_VER)" < "2.4.1" ]]; then \
+ if [[ "$(TEST_SRCVIEW_VER)" < "2.10.1" ]]; then \
echo 'ERROR: gtksourceview package is too old ($(shell pkg-config --modversion gtksourceview-2.0))!';\
exit 1;\
fi;\