diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2012-02-27 21:30:01 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2012-02-27 21:30:01 -0500 |
commit | 1d3d8063f52b20d60d31f22c7f5853fad1d28be5 (patch) | |
tree | b2a084c89fef160c75bdafd68288a9a80b8b9c51 /net-analyzer | |
parent | added xsl to php dep (diff) | |
download | prometheanfire-1d3d8063f52b20d60d31f22c7f5853fad1d28be5.tar.gz prometheanfire-1d3d8063f52b20d60d31f22c7f5853fad1d28be5.tar.bz2 prometheanfire-1d3d8063f52b20d60d31f22c7f5853fad1d28be5.zip |
changed to postgres for testing
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga-web/Manifest | 2 | ||||
-rw-r--r-- | net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga-web/Manifest b/net-analyzer/icinga-web/Manifest index ff6f636..e3edf36 100644 --- a/net-analyzer/icinga-web/Manifest +++ b/net-analyzer/icinga-web/Manifest @@ -1,3 +1,3 @@ DIST icinga-web-1.6.1.tar.gz 14735674 RMD160 106ab4b215e1adff53665ee43e25ea02d9715825 SHA1 58814f27f0e137b0dc5f56c3abdc223fa02958e4 SHA256 41c2d699355c6371447f551730e2dba80a0117f34f0608fa249e292904708ab4 -EBUILD icinga-web-1.6.1-r1.ebuild 2297 RMD160 0091791d0200a214ecbbd71814f072756ba1f861 SHA1 3967afed9ce55662750d44c5d7026f88d246809f SHA256 97df1280f543363b6b8bdcc97af3010235c8c6a077f11edbbc2febd33dbed144 +EBUILD icinga-web-1.6.1-r1.ebuild 2292 RMD160 08005fc9e9fdd502e280f3b395c1764c1297d949 SHA1 ca36ffcc4013457099f0670b61746770f8c20335 SHA256 280bb7b6abd6523aa8ef413de6adb825c2d0ac809b06e4402883aaec45e0430a MISC ChangeLog 269 RMD160 50f58bfdece702df78994c9ca47add4a57ef3ae9 SHA1 7da37cb472aec84b463453c4360ffd5b157b19d5 SHA256 5b04c9b2c3510c6e759a3e16dc69304cf8b41cf093ec09a7d08bac9446da6df5 diff --git a/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild b/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild index 4c67a0a..ee11639 100644 --- a/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild +++ b/net-analyzer/icinga-web/icinga-web-1.6.1-r1.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~amd64" IUSE="pnp" DEPEND="dev-php/phing - dev-lang/php[apache2,mysql,pdo,json,xsl] + dev-lang/php[postgres,pdo,json,xsl] net-analyzer/icinga[apache2,idoutils,mysql]" RDEPEND="${DEPEND}" |