diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 16:50:48 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-12-20 23:48:11 +0100 |
commit | 436329690c81e6311a7b4b18f86750a37448f301 (patch) | |
tree | 2b309daaa6d5ef177e74c6eba32c9f9c6219d36f /app-admin/emacs-updater | |
parent | app-misc/mosquitto: Version bump to 1.6.8 (diff) | |
download | gentoo-436329690c81e6311a7b4b18f86750a37448f301.tar.gz gentoo-436329690c81e6311a7b4b18f86750a37448f301.tar.bz2 gentoo-436329690c81e6311a7b4b18f86750a37448f301.zip |
app-admin/emacs-updater: Update virtual/emacs dependency.
The virtual is deprecated, depend on app-editors/emacs instead.
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-admin/emacs-updater')
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.15.ebuild | 6 | ||||
-rw-r--r-- | app-admin/emacs-updater/emacs-updater-1.16.ebuild | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/app-admin/emacs-updater/emacs-updater-1.15.ebuild b/app-admin/emacs-updater/emacs-updater-1.15.ebuild index f95293356b5a..67fb00c7d8d3 100644 --- a/app-admin/emacs-updater/emacs-updater-1.15.ebuild +++ b/app-admin/emacs-updater/emacs-updater-1.15.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,8 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-l DEPEND="|| ( sys-apps/util-linux app-misc/getopt )" RDEPEND="${DEPEND} - >=app-portage/portage-utils-0.3 - virtual/emacs" + >=app-editors/emacs-23.1:* + >=app-portage/portage-utils-0.3" src_prepare() { default diff --git a/app-admin/emacs-updater/emacs-updater-1.16.ebuild b/app-admin/emacs-updater/emacs-updater-1.16.ebuild index 37785564b0ee..388842d4d07b 100644 --- a/app-admin/emacs-updater/emacs-updater-1.16.ebuild +++ b/app-admin/emacs-updater/emacs-updater-1.16.ebuild @@ -13,8 +13,8 @@ KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-l DEPEND="|| ( sys-apps/util-linux app-misc/getopt )" RDEPEND="${DEPEND} - >=app-portage/portage-utils-0.3 - virtual/emacs" + >=app-editors/emacs-23.1:* + >=app-portage/portage-utils-0.3" src_prepare() { default |