summaryrefslogtreecommitdiff
path: root/www-apps/gallery/gallery-2.3.2.9999.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2020-03-09 13:34:12 +0100
committerMarcin Deranek <marcin.deranek@slonko.net>2020-03-09 13:34:12 +0100
commit1c42b2c617f2b2932b2a12e3f49cdf0d929f6aea (patch)
tree0ac0f4c3beba7f129be210eaee68b173dba14b30 /www-apps/gallery/gallery-2.3.2.9999.ebuild
parentfb66cc7d1c59596a9cc1a5d3b952e475d48f9a6b (diff)
downloadportage-1c42b2c617f2b2932b2a12e3f49cdf0d929f6aea.tar.gz
portage-1c42b2c617f2b2932b2a12e3f49cdf0d929f6aea.tar.bz2
portage-1c42b2c617f2b2932b2a12e3f49cdf0d929f6aea.zip
Repo fixes and cleanups
Diffstat (limited to 'www-apps/gallery/gallery-2.3.2.9999.ebuild')
-rw-r--r--www-apps/gallery/gallery-2.3.2.9999.ebuild20
1 files changed, 10 insertions, 10 deletions
diff --git a/www-apps/gallery/gallery-2.3.2.9999.ebuild b/www-apps/gallery/gallery-2.3.2.9999.ebuild
index 06cb7ab..f51cc39 100644
--- a/www-apps/gallery/gallery-2.3.2.9999.ebuild
+++ b/www-apps/gallery/gallery-2.3.2.9999.ebuild
@@ -14,15 +14,15 @@ IUSE="ffmpeg +gd imagemagick +mysql netpbm postgres raw sqlite unzip zip"
case ${PV} in
*.9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/gregstoll/gallery2"
- inherit git-r3
- ;;
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/gregstoll/gallery2"
+ inherit git-r3
+ ;;
*)
- KEYWORDS="amd64 hppa ppc ppc64 x86"
- SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
- S=${WORKDIR}/${PN}2
- ;;
+ KEYWORDS="amd64 hppa ppc ppc64 x86"
+ SRC_URI="mirror://sourceforge/${PN}/${P}-full.tar.gz"
+ S=${WORKDIR}/${PN}2
+ ;;
esac
RDEPEND="raw? ( media-gfx/dcraw )
@@ -37,8 +37,8 @@ RDEPEND="raw? ( media-gfx/dcraw )
virtual/httpd-php"
REQUIRED_USE="
- || ( gd imagemagick netpbm )
- || ( mysql postgres sqlite )
+ || ( gd imagemagick netpbm )
+ || ( mysql postgres sqlite )
"
need_httpd_cgi