diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 15:15:32 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 15:18:36 +0100 |
commit | 972ba9fc77df0f375f9ed9d55802529a7211608e (patch) | |
tree | 897911356c6731f75ba79fb64cd06294f1e177db /app-emacs | |
parent | net-libs/xrootd: remove redundant USE=rbd from 4.10.1 (diff) | |
download | gentoo-972ba9fc77df0f375f9ed9d55802529a7211608e.tar.gz gentoo-972ba9fc77df0f375f9ed9d55802529a7211608e.tar.bz2 gentoo-972ba9fc77df0f375f9ed9d55802529a7211608e.zip |
app-emacs/twittering-mode: Drop elisp-common inherit.
This is implied by elisp.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild | 2 | ||||
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild index 6cbe27f5ad97..d780f2def249 100644 --- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild @@ -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" diff --git a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild index 6cbe27f5ad97..d780f2def249 100644 --- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild @@ -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" diff --git a/app-emacs/twittering-mode/twittering-mode-9999.ebuild b/app-emacs/twittering-mode/twittering-mode-9999.ebuild index 6cbe27f5ad97..d780f2def249 100644 --- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild @@ -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" |