diff options
author | Oz N Tiram <oz.tiram@gmail.com> | 2020-03-17 17:23:18 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-03-18 10:30:26 +0200 |
commit | cdde70464fe26cbc1569a8cfa14d2396b4abad6f (patch) | |
tree | d99dfdc29feaf0544d4c07ce2eb3f9b533331459 /dev-libs/libite/files | |
parent | dev-lang/janet: fix typo in metadata.xml (diff) | |
download | gentoo-cdde70464fe26cbc1569a8cfa14d2396b4abad6f.tar.gz gentoo-cdde70464fe26cbc1569a8cfa14d2396b4abad6f.tar.bz2 gentoo-cdde70464fe26cbc1569a8cfa14d2396b4abad6f.zip |
dev-libs/libite: drop old version
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Oz Tiram <oz.tiram@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/libite/files')
-rw-r--r-- | dev-libs/libite/files/libite-2.0.0-fix-path.patch | 12 | ||||
-rw-r--r-- | dev-libs/libite/files/libite-2.0.0-fix-which-path.patch | 25 |
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-libs/libite/files/libite-2.0.0-fix-path.patch b/dev-libs/libite/files/libite-2.0.0-fix-path.patch deleted file mode 100644 index 47a3dad538b1..000000000000 --- a/dev-libs/libite/files/libite-2.0.0-fix-path.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/tests/which.c b/tests/which.c -index cda57c6..3e74867 100644 ---- a/tests/which.c -+++ b/tests/which.c -@@ -21,6 +21,7 @@ int main(void) - { NULL, 0 } - }; - -+ setenv("PATH", "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin", 1); - for (i = 0; test[i].cmd; i++) { - char *path; - diff --git a/dev-libs/libite/files/libite-2.0.0-fix-which-path.patch b/dev-libs/libite/files/libite-2.0.0-fix-which-path.patch deleted file mode 100644 index 301c43715890..000000000000 --- a/dev-libs/libite/files/libite-2.0.0-fix-which-path.patch +++ /dev/null @@ -1,25 +0,0 @@ -diff --git a/tests/which.c b/tests/which.c -index 46dcccf..cda57c6 100644 ---- a/tests/which.c -+++ b/tests/which.c -@@ -11,13 +11,13 @@ int main(void) - int result = 0; - size_t i; - struct tc test[] = { -- { "ls", 1 }, -- { "free", 1 }, -- { "modinfo", 1 }, -- { "useradd", 1 }, -- { "/bin/which", 1 }, -- { "/bin/ps aux", 1 }, -- { "/etc/passwd", 0 }, -+ { "ls", 1 }, -+ { "free", 1 }, -+ { "modinfo", 1 }, -+ { "useradd", 1 }, -+ { "/usr/bin/which", 1 }, -+ { "/bin/ps aux", 1 }, -+ { "/etc/passwd", 0 }, - { NULL, 0 } - }; - |