summaryrefslogtreecommitdiff
path: root/app-misc/gtypist
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-15 15:51:32 +0000
commit21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch)
treee1810a4b135afce04b34862ef0fab2bfaeb8aeca /app-misc/gtypist
parent7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff)
gentoo resync : 15.01.2020
Diffstat (limited to 'app-misc/gtypist')
-rw-r--r--app-misc/gtypist/Manifest2
-rw-r--r--app-misc/gtypist/gtypist-2.9.5.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/gtypist/Manifest b/app-misc/gtypist/Manifest
index a3c3c48644d6..cb1c061db253 100644
--- a/app-misc/gtypist/Manifest
+++ b/app-misc/gtypist/Manifest
@@ -2,5 +2,5 @@ AUX 50gtypist-gentoo.el 182 BLAKE2B ae05de070f7c0dd0e0c6b31a4d9a8e9bab1b0f3d6a3f
AUX gtypist-2.8.3-xemacs-compat.patch 592 BLAKE2B 23d8195c23c0e510b42c5b4ef9b466cfe13fc094990502615e49b28d97630758f4f7ba6f78dc84c941c2b481547eba423c96156cb909ed5fcb4bf1cd06404777 SHA512 6e85193a1354bc318f78382aaa24dea473d704ec347f8ae854b4a83985f2d4b1b8f64e59e3526b05bdd1e264de8fb8d4d6865bb296cf55f3896a56bfdc0930fb
DIST colemak.typ 8922 BLAKE2B e3c422e9172e215406a5165a44c51c38f3372c9988f1bafdb537463a9a3209f1759a312c2a5d316ec3a2a0b39563521b87aa6944cdd0b4cf94c960cbe70c7ca3 SHA512 f2c2816836c83d7b640f7f703a4924c62ff0746e0d4cf2a2ca36d434017770272518b835ea273815c93ab9df1c0e4d142f5fea1e5f0b1484ecdc652a53bdc499
DIST gtypist-2.9.5.tar.xz 929356 BLAKE2B d83506ee8ab26290fae47f98aed4e5e63260f39d5391a9a735d009f34a787cd670b034375c946c7562545b84ed4655d51c385209d676de76cf4891ead9845ea9 SHA512 d6891cd58d23f9b023aec97dc825cb15f7371ab18e82133b9a284d3329b1526bda8e1c5d7225f335c5ec673280cbbe3ad92471eeb15db4ecf29e7feffe27e095
-EBUILD gtypist-2.9.5.ebuild 1428 BLAKE2B 7d90949787de377bc61f4bca139b2af740de5260c0870331139a3cd7bef03daf5cb5abe4ad5b90ef85a10500a884f70624cb8ddbceb52411cf23a07cf6348c46 SHA512 c118f5a72fbe318220e963fff828a03013432fb79327e6fc39ec5a5492137eb984c4e2d3d4f6785aa65cfc8e4e137f5094a082f6344d0dd45cb69076b4665329
+EBUILD gtypist-2.9.5.ebuild 1438 BLAKE2B 6861db666ff2d8d57ff654cdb334273a3195a348152dcacec9a7a3319fcef9a9a7001bd4f3a37348a42b59d718d0f279da919db8c23448773a0ef40844c44aeb SHA512 fa3956e3d2e689e614b1bd9116c68f1c2c59bf1f8d12e550cc6206099a71a5a7c7bef2b23b58480b4e884859dab2eb848d7df65fe3e61c685f61b7a90d9c7e3f
MISC metadata.xml 246 BLAKE2B 0bfcc7ff5b18e4794606074e7cfd25cdb14e1324dc50880490257fb94ade836ed7d04dc043fa026732c6eb4eeea9daf2b5e0112489c9fdb5959f718ec9e4839c SHA512 868f217ab39861a74e1e85a7920bb2c283cca35d231d4cd2c8e66a6d9ad81d5b03343701fd508ba13bc7c273e4d34678954005d2f58cbb147beb01ad3b7197ee
diff --git a/app-misc/gtypist/gtypist-2.9.5.ebuild b/app-misc/gtypist/gtypist-2.9.5.ebuild
index f15364a27288..0ecb2e7fd225 100644
--- a/app-misc/gtypist/gtypist-2.9.5.ebuild
+++ b/app-misc/gtypist/gtypist-2.9.5.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=5
@@ -16,7 +16,7 @@ IUSE="nls emacs xemacs"
DEPEND="
>=sys-libs/ncurses-5.2:0=
- emacs? ( virtual/emacs )
+ emacs? ( >=app-editors/emacs-23.1:* )
xemacs? ( !emacs? ( app-editors/xemacs app-xemacs/fsf-compat ) )
"
RDEPEND="${DEPEND}"