summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Vinogradov2019-01-23 17:17:23 -0500
committerPavel Vinogradov2019-01-23 17:17:23 -0500
commitc6b618639480cc799c08a86a1de4745d95e9ec37 (patch)
tree7b6d536c0b9f0063407fc9babed1fc0f873fbc49
parent783095448df0893f26ededf6cf475a30bf5eafcf (diff)
gnome3-libs/graphene: fixed some typos in DEPENDS
-rwxr-xr-xgnome3-libs/graphene/DEPENDS4
-rw-r--r--gnome3-libs/graphene/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/gnome3-libs/graphene/DEPENDS b/gnome3-libs/graphene/DEPENDS
index 2a15743fff..6d56337773 100755
--- a/gnome3-libs/graphene/DEPENDS
+++ b/gnome3-libs/graphene/DEPENDS
@@ -7,12 +7,12 @@ optional_depends glib2 \
"gobject_types=false" \
"to enable Gobject types" &&
-if is_depends_enabled "${SPELL}" "glib2"; then
+if is_depends_enabled "${SPELL}" "glib2"; then
config_query_option GRAPHENE_OPTS "Build tests?" "n" \
"tests=true" "tests=false" &&
config_query_option GRAPHENE_OPTS "Build beenchmarks?" "n" \
- "benchmarks=true" "benchmarkss=false"
+ "benchmarks=true" "benchmarks=false"
fi &&
optional_depends gobject-introspection \
diff --git a/gnome3-libs/graphene/HISTORY b/gnome3-libs/graphene/HISTORY
index 182bf78620..0e7ee2965d 100644
--- a/gnome3-libs/graphene/HISTORY
+++ b/gnome3-libs/graphene/HISTORY
@@ -1,3 +1,6 @@
+2019-01-23 Pavel Vinogradov <public@sourcemage.org>
+ * DEPENDS: fixed typos
+
2019-01-22 Pavel Vinogradov <public@sourcemage.org>
* BUILD, CONFIGURE, DEPENDS, DETAILS: created spell