diff options
author | Sam James <sam@gentoo.org> | 2023-05-28 12:22:30 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-05-29 19:19:20 +0100 |
commit | 285ba1f03ca069642c4730e57a09de2f610c17c2 (patch) | |
tree | 48308bac23d2dea059c116da966b87260cf7cde4 /x11-terms | |
parent | x11-misc/xscreensaver: drop dead prefix targets (diff) | |
download | gentoo-285ba1f03ca069642c4730e57a09de2f610c17c2.tar.gz gentoo-285ba1f03ca069642c4730e57a09de2f610c17c2.tar.bz2 gentoo-285ba1f03ca069642c4730e57a09de2f610c17c2.zip |
x11-terms/aterm: drop dead prefix targets
The removal was already done, so this is just cleanup afterwards.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/aterm/aterm-1.0.1-r6.ebuild | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-terms/aterm/aterm-1.0.1-r6.ebuild b/x11-terms/aterm/aterm-1.0.1-r6.ebuild index b714dc1a6c5a..d50bf3737faa 100644 --- a/x11-terms/aterm/aterm-1.0.1-r6.ebuild +++ b/x11-terms/aterm/aterm-1.0.1-r6.ebuild @@ -59,7 +59,6 @@ src_configure() { case "${CHOST}" in *-darwin*) myconf="${myconf} --enable-wtmp" ;; - *-interix*) ;; *) myconf="${myconf} --enable-utmp --enable-wtmp" esac |