diff options
author | Leonardo Martins <leonardo@venidera.com> | 2012-04-24 14:48:47 -0300 |
---|---|---|
committer | Leonardo Martins <leonardo@venidera.com> | 2012-04-24 14:48:47 -0300 |
commit | 04d19556a964f2eef857bbe1d856231166a2b0d7 (patch) | |
tree | 7a49e0d49ab6a6668423305b0653fd018dfdb5a1 | |
parent | Renamed package dev-db/neo4j back to dev-db/neo4j-community for the sake of s... (diff) | |
download | venidera-04d19556a964f2eef857bbe1d856231166a2b0d7.tar.gz venidera-04d19556a964f2eef857bbe1d856231166a2b0d7.tar.bz2 venidera-04d19556a964f2eef857bbe1d856231166a2b0d7.zip |
Fixed source URI
-rw-r--r-- | dev-db/neo4j-community/neo4j-community-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/neo4j-community/neo4j-community-1.7.ebuild b/dev-db/neo4j-community/neo4j-community-1.7.ebuild index 6cdf712..9ec01c2 100644 --- a/dev-db/neo4j-community/neo4j-community-1.7.ebuild +++ b/dev-db/neo4j-community/neo4j-community-1.7.ebuild @@ -7,7 +7,7 @@ inherit eutils DESCRIPTION="Neo4j is a high-performance, NOSQL graph database with all the features of a mature and robust database." HOMEPAGE="http://neo4j.org/" -SRC_URI="http://dist.neo4j.org/${PN}-community-${PV}-unix.tar.gz" +SRC_URI="http://dist.neo4j.org/${PN}-${PV}-unix.tar.gz" LICENSE="GPL-3" SLOT="0" |