Skip to content

Commit

Permalink
app-emulation/vagrant: cleanup ./files
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Dec 1, 2018
1 parent be1b959 commit 5bc81fc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion app-emulation/vagrant/vagrant-2.1.5.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ all_ruby_prepare() {
sed -e '/rb-kqueue/d' \
-i ${PN}.gemspec || die

sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" > "${PN}" || die
sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die
}

all_ruby_install() {
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/vagrant/vagrant-2.2.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ all_ruby_prepare() {
sed -e '/rb-kqueue/d' \
-i ${PN}.gemspec || die

sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}-r1.in" > "${PN}" || die
sed -e "s/@VAGRANT_VERSION@/${PV}/g" "${FILESDIR}/${PN}.in" > "${PN}" || die
}

all_ruby_install() {
Expand Down

0 comments on commit 5bc81fc

Please sign in to comment.