summaryrefslogtreecommitdiff
path: root/app-editors/shed
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-30 01:25:01 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-05-30 01:25:01 +0000
commit65ea5ace9d5897b6a492c4676ef8770f3cac3897 (patch)
treee1f62df7095137c4781085873d82b2fdb4aa6f4a /app-editors/shed
parent582b7e5f69491356f6ccb19f51c35fba33939f2d (diff)
downloadbaldeagleos-repo-65ea5ace9d5897b6a492c4676ef8770f3cac3897.tar.gz
baldeagleos-repo-65ea5ace9d5897b6a492c4676ef8770f3cac3897.tar.xz
baldeagleos-repo-65ea5ace9d5897b6a492c4676ef8770f3cac3897.zip
Adding metadata
Diffstat (limited to 'app-editors/shed')
-rw-r--r--app-editors/shed/files/shed-1.15-interix.patch14
-rw-r--r--app-editors/shed/shed-1.15.ebuild3
2 files changed, 1 insertions, 16 deletions
diff --git a/app-editors/shed/files/shed-1.15-interix.patch b/app-editors/shed/files/shed-1.15-interix.patch
deleted file mode 100644
index 46c5eb6b26b1..000000000000
--- a/app-editors/shed/files/shed-1.15-interix.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-https://sourceforge.net/tracker/?func=detail&aid=3554634&group_id=21862&atid=374571
---- a/shed.c
-+++ b/shed.c
-@@ -31,6 +31,10 @@
- #include <ctype.h> /* tolower */
- #include <unistd.h> /* dup, dup2 */
-
-+#ifdef __INTERIX
-+# include <sys/time.h>
-+#endif
-+
- #include "util.h"
-
- /* function prototypes */
diff --git a/app-editors/shed/shed-1.15.ebuild b/app-editors/shed/shed-1.15.ebuild
index 008b7b44e8ce..5a08e278f298 100644
--- a/app-editors/shed/shed-1.15.ebuild
+++ b/app-editors/shed/shed-1.15.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -19,7 +19,6 @@ BDEPEND="virtual/pkgconfig"
PATCHES=(
"${FILESDIR}"/${P}-cflags.patch
- "${FILESDIR}"/${P}-interix.patch
"${FILESDIR}"/${P}-tinfo.patch
)