diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-10-19 13:11:47 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-10-19 13:12:42 +0200 |
commit | 7deee818dbffc935cb90daf11733a74e59c4d46b (patch) | |
tree | 6a5f8e8c0c6c761224d033fce9f0df2c11230e76 /dev-db/couchdb | |
parent | net-misc/vtun: drop old version (diff) | |
download | gentoo-7deee818dbffc935cb90daf11733a74e59c4d46b.tar.gz gentoo-7deee818dbffc935cb90daf11733a74e59c4d46b.tar.bz2 gentoo-7deee818dbffc935cb90daf11733a74e59c4d46b.zip |
dev-db/couchdb: add missing inherit on autotools
Gentoo-Bug: 561436
Diffstat (limited to 'dev-db/couchdb')
-rw-r--r-- | dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild index 506dabe3dd32..3f57ed7eab14 100644 --- a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild +++ b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild @@ -4,7 +4,7 @@ EAPI=5 -inherit eutils multilib pax-utils user +inherit autotools eutils multilib pax-utils user DESCRIPTION="Apache CouchDB is a distributed, fault-tolerant and schema-free document-oriented database." HOMEPAGE="http://couchdb.apache.org/" |