From ce1d5830884b5af3cfdfa3f36132d2d1139887f2 Mon Sep 17 00:00:00 2001 From: KronoZed Date: Mon, 31 Oct 2016 15:13:00 +0300 Subject: [PATCH] Update gogs-0.9.97.ebuild --- www-apps/gogs/gogs-0.9.97.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/gogs/gogs-0.9.97.ebuild b/www-apps/gogs/gogs-0.9.97.ebuild index 38ef918..63301d1 100644 --- a/www-apps/gogs/gogs-0.9.97.ebuild +++ b/www-apps/gogs/gogs-0.9.97.ebuild @@ -101,7 +101,7 @@ IUSE_CACHE_ADAPTER="redis memcached" IUSE_DATABASE_ADAPTER="mysql postgres +sqlite tidb" IUSE="$IUSE_DATABASE_ADAPTER $IUSE_CACHE_ADAPTER pam +ssl" -REQUIRED_USE="|| ( sqlite tidb mysql postgres )" +#REQUIRED_USE="|| ( sqlite tidb mysql postgres )" DEPEND=">=dev-go/go-bindata-3.0.7" @@ -112,7 +112,7 @@ RDEPEND="${DEPEND} ssl? ( net-misc/openssh ) mysql? ( virtual/mysql ) postgres? ( dev-db/postgresql[pam?,ssl?] ) - sqlite? ( dev-db/sqlite:3 ) + sqlite? ( dev-db/sqlite:3 ) redis? ( dev-db/redis ) tidb? ( dev-db/tidb ) memcached? ( net-misc/memcached )"