Skip to content

Commit

Permalink
app-editors/emacs: Simplify IDEPEND/RDEPEND assignment
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jul 18, 2021
1 parent 707f933 commit a7d0a9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
7 changes: 3 additions & 4 deletions app-editors/emacs/emacs-27.2-r3.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,11 @@ BDEPEND="sys-apps/texinfo
virtual/pkgconfig
gzip-el? ( app-arch/gzip )"

RDEPEND="${RDEPEND}
!app-editors/emacs-vcs:27
app-eselect/eselect-emacs"

IDEPEND="app-eselect/eselect-emacs"

RDEPEND+=" ${IDEPEND}
!app-editors/emacs-vcs:27"

EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${EMACS_SUFFIX}-gentoo.el"

Expand Down
7 changes: 3 additions & 4 deletions app-editors/emacs/emacs-27.2.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,11 @@ BDEPEND="sys-apps/texinfo
virtual/pkgconfig
gzip-el? ( app-arch/gzip )"

RDEPEND="${RDEPEND}
!app-editors/emacs-vcs:27
app-eselect/eselect-emacs"

IDEPEND="app-eselect/eselect-emacs"

RDEPEND+=" ${IDEPEND}
!app-editors/emacs-vcs:27"

EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${EMACS_SUFFIX}-gentoo.el"

Expand Down
5 changes: 2 additions & 3 deletions app-editors/emacs/emacs-28.0.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,10 @@ BDEPEND="sys-apps/texinfo
virtual/pkgconfig
gzip-el? ( app-arch/gzip )"

RDEPEND="${RDEPEND}
app-eselect/eselect-emacs"

IDEPEND="app-eselect/eselect-emacs"

RDEPEND+=" ${IDEPEND}"

EMACS_SUFFIX="emacs-${SLOT}"
SITEFILE="20${EMACS_SUFFIX}-gentoo.el"

Expand Down

0 comments on commit a7d0a9a

Please sign in to comment.