diff options
author | Sam James <sam@gentoo.org> | 2022-07-09 04:08:42 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-09 04:08:42 +0100 |
commit | 23c069aa8b04e0767518562cd6c4147bbc203920 (patch) | |
tree | 7c8faf8f1db490b97f7c48d3097e62b77486372d /sci-biology | |
parent | dev-libs/libfastjson: fix BDEPEND typo (diff) | |
download | gentoo-23c069aa8b04e0767518562cd6c4147bbc203920.tar.gz gentoo-23c069aa8b04e0767518562cd6c4147bbc203920.tar.bz2 gentoo-23c069aa8b04e0767518562cd6c4147bbc203920.zip |
sci-biology/rebase: fix RDEPEND typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-biology')
-rw-r--r-- | sci-biology/rebase/rebase-1901-r2.ebuild (renamed from sci-biology/rebase/rebase-1901-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-biology/rebase/rebase-1901-r1.ebuild b/sci-biology/rebase/rebase-1901-r2.ebuild index a993a8c2c44a..1b4b75407947 100644 --- a/sci-biology/rebase/rebase-1901-r1.ebuild +++ b/sci-biology/rebase/rebase-1901-r2.ebuild @@ -16,7 +16,7 @@ IUSE="emboss minimal" RESTRICT="binchecks strip" BDEPEND="emboss? ( sci-biology/emboss )" -REPEND="${BDEPEND}" +RDEPEND="${BDEPEND}" src_compile() { if use emboss; then |