diff options
author | 2024-03-21 21:25:23 -0400 | |
---|---|---|
committer | 2024-03-22 13:05:48 +1000 | |
commit | be3566884a741891ce2e56f80cd3c8a515713f53 (patch) | |
tree | 2299453557a5e8eb45c7a053cb13e7d412b28145 /x11-wm | |
parent | x11-wm/fvwm: remove pointless dependency on debianutils (diff) | |
download | gentoo-be3566884a741891ce2e56f80cd3c8a515713f53.tar.gz gentoo-be3566884a741891ce2e56f80cd3c8a515713f53.tar.bz2 gentoo-be3566884a741891ce2e56f80cd3c8a515713f53.zip |
x11-wm/fvwm3: remove pointless dependency on debianutils
This was originally added back in 2004, to fvwm and not fvwm3, to
support a patch called fvwm-2.5.8-fvwm-bug-security.diff. It modified
the fvwm-bug program with the following diff as a backport from
upstream:
```
-TEMP=/tmp/fvwm-bug.$$
+TEMP=`mktemp -q "/tmp/fvwm-bug.XXXXXX"`
```
Of course, in 2004 the mktemp program was not yet part of coreutils.
That came later on, in 2007. But back when this change was first
introduced, debianutils was the canonical source of this program.
17 years later, no one has ever noticed the reason for this dependency,
so here it sits, haunting us.
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Signed-off-by: Matt Jolly <kangie@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild (renamed from x11-wm/fvwm3/fvwm3-1.0.9.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-wm/fvwm3/fvwm3-1.0.9.ebuild b/x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild index e6dec376c0e9..104d32825e4e 100644 --- a/x11-wm/fvwm3/fvwm3-1.0.9.ebuild +++ b/x11-wm/fvwm3/fvwm3-1.0.9-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -68,7 +68,6 @@ RDEPEND="${PYTHON_DEPS} dev-libs/libevent:= media-libs/fontconfig media-libs/libpng:= - sys-apps/debianutils sys-libs/zlib x11-libs/libICE x11-libs/libSM |