summaryrefslogtreecommitdiff
path: root/www-apps/dbweb
diff options
context:
space:
mode:
authorrandomdan <randomdan@localhost>2010-05-21 20:33:01 +0000
committerrandomdan <randomdan@localhost>2010-05-21 20:33:01 +0000
commitd606260fa57e4eee3a90f2d5c3d187bd7c151fa5 (patch)
treeb30abc0041622fae37ad8d12c3dbb4ed6b64dbdc /www-apps/dbweb
parentdoesn't compile (diff)
downloadportage-d606260fa57e4eee3a90f2d5c3d187bd7c151fa5.tar.bz2
portage-d606260fa57e4eee3a90f2d5c3d187bd7c151fa5.tar.xz
portage-d606260fa57e4eee3a90f2d5c3d187bd7c151fa5.zip
Fix deps
Diffstat (limited to 'www-apps/dbweb')
-rw-r--r--www-apps/dbweb/Manifest2
-rw-r--r--www-apps/dbweb/dbweb-0.4.ebuild6
2 files changed, 6 insertions, 2 deletions
diff --git a/www-apps/dbweb/Manifest b/www-apps/dbweb/Manifest
index 5b5bc48..d883191 100644
--- a/www-apps/dbweb/Manifest
+++ b/www-apps/dbweb/Manifest
@@ -1 +1 @@
-EBUILD dbweb-0.4.ebuild 618 RMD160 8d817abb3e79da6a3e00391fba22d8161c32e71a SHA1 7eea03c31b58455e5a2962d2b4513d01c908d840 SHA256 aff9c7c45fe1bc3e99241ee610b9e29e9849a0d682a5849c6c6db5c93b0ca85c
+EBUILD dbweb-0.4.ebuild 642 RMD160 9cedb07f4823e4635d0f8686babdf63b08629b30 SHA1 e4cbfe4675ff039fa410b26d28198fb5eee43aaa SHA256 7082200182d30268c23751fa43e18e39882f0a020d4dbe9d77bff89d1820ea57
diff --git a/www-apps/dbweb/dbweb-0.4.ebuild b/www-apps/dbweb/dbweb-0.4.ebuild
index 0f63673..7a95fd6 100644
--- a/www-apps/dbweb/dbweb-0.4.ebuild
+++ b/www-apps/dbweb/dbweb-0.4.ebuild
@@ -7,8 +7,12 @@ LICENSE="GPL"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
+EAPI="2"
-DEPEND="dev-db/unixODBC www-apache/mod_transform"
+DEPEND="
+ dev-db/unixODBC[-minimal]
+ www-apache/mod_transform
+ "
RDEPEND="${DEPEND}"
ESVN_REPO_URI="svn+ssh://svn.random.lan/var/svn/src/tags/dbweb_0_4"