diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-23 23:37:20 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2013-04-23 23:37:20 +0200 |
commit | 920341bdf91a6e2b58f92effbb7d0b4e71fd8fbc (patch) | |
tree | 5c1a4b4dcab00cb7d81feff0903b5165f685199a /www-servers/hiawatha/hiawatha-9.1.ebuild | |
parent | 785344e5accaf41a131b6da90fa68779a6b3767a (diff) | |
download | overlay-920341bdf91a6e2b58f92effbb7d0b4e71fd8fbc.tar.gz overlay-920341bdf91a6e2b58f92effbb7d0b4e71fd8fbc.tar.bz2 overlay-920341bdf91a6e2b58f92effbb7d0b4e71fd8fbc.zip |
Fix repoman warnings
Diffstat (limited to 'www-servers/hiawatha/hiawatha-9.1.ebuild')
-rw-r--r-- | www-servers/hiawatha/hiawatha-9.1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www-servers/hiawatha/hiawatha-9.1.ebuild b/www-servers/hiawatha/hiawatha-9.1.ebuild index f653f3f..27dadf1 100644 --- a/www-servers/hiawatha/hiawatha-9.1.ebuild +++ b/www-servers/hiawatha/hiawatha-9.1.ebuild @@ -17,10 +17,11 @@ SLOT="0" KEYWORDS="~amd64" IUSE="debug +cache chroot ipv6 monitor +rewrite rproxy ssl tomahawk xsl" -DEPEND="sys-libs/zlib - ssl? ( >=net-libs/polarssl-1.2 ) - xsl? ( dev-libs/libxslt - dev-libs/libxml2 )" +DEPEND=" + sys-libs/zlib + ssl? ( >=net-libs/polarssl-1.2 ) + xsl? ( dev-libs/libxslt + dev-libs/libxml2 )" RDEPEND="${DEPEND}" PDEPEND="monitor? ( www-apps/hiawatha-monitor )" |