Skip to content

Commit

Permalink
app-emacs/twittering-mode: Drop elisp-common inherit.
Browse files Browse the repository at this point in the history
This is implied by elisp.

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Dec 20, 2019
1 parent 349bf02 commit 972ba9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit elisp elisp-common eutils
inherit elisp eutils

if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
Expand Down
2 changes: 1 addition & 1 deletion app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit elisp elisp-common eutils
inherit elisp eutils

if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
Expand Down
2 changes: 1 addition & 1 deletion app-emacs/twittering-mode/twittering-mode-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit elisp elisp-common eutils
inherit elisp eutils

if [[ ${PV} == *9999 ]]; then
EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git"
Expand Down

0 comments on commit 972ba9f

Please sign in to comment.