aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild')
-rw-r--r--sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild b/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
index e1112a9ae..bef71e6ae 100644
--- a/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
+++ b/sci-chemistry/dssp2pdb/dssp2pdb-0.03.ebuild
@@ -2,6 +2,8 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
+EAPI=5
+
DESCRIPTION="convert dssp to pdb"
HOMEPAGE="http://structure.usc.edu/dssp2pdb/"
SRC_URI="http://dev.gentooexperimental.org/~jlec/distfiles/${P}.tar"
@@ -17,5 +19,5 @@ RDEPEND="
DEPEND=""
src_install() {
- dobin ${PN} || die
+ dobin ${PN}
}