Skip to content

Commit

Permalink
app-editors/gvim: use PDEPEND to allow upgrades past icon file collision
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/673880

Signed-off-by: Tim Harder <[email protected]>
  • Loading branch information
radhermit committed Dec 28, 2018
1 parent e248f9b commit f5c5a12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app-editors/gvim/gvim-8.1.0648.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ REQUIRED_USE="
"

RDEPEND="
~app-editors/vim-core-${PV}
>=app-eselect/eselect-vi-1.1
>=sys-libs/ncurses-5.2-r2:0=
x11-libs/libICE
Expand Down Expand Up @@ -78,6 +77,8 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
nls? ( sys-devel/gettext )
"
# temporarily use PDEPEND to allow upgrades past icon file collision, bug #673880
PDEPEND="~app-editors/vim-core-${PV}"

S=${WORKDIR}/vim-${PV}

Expand Down

0 comments on commit f5c5a12

Please sign in to comment.