diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-15 15:00:59 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-15 16:03:50 +0200 |
commit | b5900fee7bee183446e02159802ead508a5d0a4b (patch) | |
tree | 0368eb8af2fbfc9c3a1c862b44d7a4ec459b038b /sci-libs | |
parent | sci-libs/monomer-db: Version Bump (diff) | |
download | gentoo-b5900fee7bee183446e02159802ead508a5d0a4b.tar.gz gentoo-b5900fee7bee183446e02159802ead508a5d0a4b.tar.bz2 gentoo-b5900fee7bee183446e02159802ead508a5d0a4b.zip |
Fix Malformed Id header on line: 3
Convert Header to Id
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/mmdb/mmdb-2.0.1.ebuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sci-libs/mmdb/mmdb-2.0.1.ebuild b/sci-libs/mmdb/mmdb-2.0.1.ebuild index 2cb79b6f34aa..40259278521f 100644 --- a/sci-libs/mmdb/mmdb-2.0.1.ebuild +++ b/sci-libs/mmdb/mmdb-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -17,7 +17,4 @@ SLOT="2" KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="static-libs" -DEPEND="!<sci-libs/ccp4-libs-6.1.3" -RDEPEND="" - S="${WORKDIR}"/${MY_P} |