commit: 7deee818dbffc935cb90daf11733a74e59c4d46b Author: Julian Ospald <hasufell <AT> gentoo <DOT> org> AuthorDate: Mon Oct 19 11:11:47 2015 +0000 Commit: Julian Ospald <hasufell <AT> gentoo <DOT> org> CommitDate: Mon Oct 19 11:12:42 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7deee818
dev-db/couchdb: add missing inherit on autotools Gentoo-Bug: 561436 dev-db/couchdb/couchdb-1.6.1-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-db/couchdb/couchdb-1.6.1-r2.ebuild b/dev-db/couchdb/couchdb-1.6.1-r2.ebuild index 506dabe..3f57ed7 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/"
