From 034ff964a673922073b72aa79c1cd6416da536bd Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 19 Oct 2019 11:22:39 +0000 Subject: misc/py-cinder: Spell OPTIONS_RADIO correctly Hook up MySQL and PGSQL options. --- misc/py-cinder/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/py-cinder/Makefile b/misc/py-cinder/Makefile index f160c488e505..07e70ea124aa 100644 --- a/misc/py-cinder/Makefile +++ b/misc/py-cinder/Makefile @@ -93,8 +93,8 @@ CONFLICTS_INSTALL= py??-cinder-* OPTIONS_GROUP= MISC OPTIONS_GROUP_MISC= MEMCACHED MONGODB -OPTIONS_GROUP_RADIO= DB -OPTIONS_GROUP_RADIO_DB= MYSQL PGSQL +OPTIONS_RADIO= DB +OPTIONS_RADIO_DB= MYSQL PGSQL MEMCACHED_DESC= memcached support MONGODB_DESC= MongoDB support (used for messaging services) -- cgit