diff options
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/version/version-0.15.0_alpha.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/app-portage/version/version-0.15.0_alpha.ebuild b/app-portage/version/version-0.15.0_alpha.ebuild index d6b021c65..c90fba046 100644 --- a/app-portage/version/version-0.15.0_alpha.ebuild +++ b/app-portage/version/version-0.15.0_alpha.ebuild @@ -17,11 +17,9 @@ KEYWORDS="~amd64" IUSE="" -DEPEND="" +DEPEND="dev-libs/octetos-coreutils" RDEPEND="${DEPEND}" -BDEPEND=" - dev-libs/octetos-core -" +BDEPEND="" S="${WORKDIR}/octetos-${PN}-${MYPV}" |