mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 22:54:10 +02:00
17 lines
388 B
Bash
17 lines
388 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
SLOT="0"
|
|
DESCRIPTION="New Clearcase Version Control for XEmacs (UNIX, Windows)"
|
|
XEMACS_PKG_CAT="standard"
|
|
|
|
RDEPEND="app-xemacs/dired
|
|
app-xemacs/mail-lib
|
|
app-xemacs/xemacs-base
|
|
app-xemacs/sh-script
|
|
"
|
|
KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86"
|
|
|
|
inherit xemacs-packages
|