diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 09:09:08 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-16 12:14:11 +0100 |
commit | d806940ce0be3887736a288d28541e0e96412d4f (patch) | |
tree | 7e3ddb8f3c0691d38786e11be1d342bdd90e13a1 /app-emacs/twittering-mode | |
parent | app-editors/fte: eutils-- (diff) | |
download | gentoo-d806940ce0be3887736a288d28541e0e96412d4f.tar.gz gentoo-d806940ce0be3887736a288d28541e0e96412d4f.tar.bz2 gentoo-d806940ce0be3887736a288d28541e0e96412d4f.zip |
app-emacs/twittering-mode: eutils--
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/twittering-mode')
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/twittering-mode/twittering-mode-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 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 d780f2def249..29249a843c01 100644 --- a/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-2.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit elisp eutils +inherit elisp 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 d780f2def249..29249a843c01 100644 --- a/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-3.0.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit elisp eutils +inherit elisp 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 d780f2def249..29249a843c01 100644 --- a/app-emacs/twittering-mode/twittering-mode-9999.ebuild +++ b/app-emacs/twittering-mode/twittering-mode-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit elisp eutils +inherit elisp if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/hayamiz/twittering-mode.git" |