sys-apps/utils-extra: disable xcd(1), it moved to dev-util/xcd-rgb

Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
This commit is contained in:
Haelwenn (lanodan) Monnier
2026-01-09 08:27:47 +01:00
parent 0bb60a2fc1
commit 96feb7c4d0
2 changed files with 4 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ else
fi
DESCRIPTION="Collection of extra tools for Unixes"
HOMEPAGE="https://hacktivis.me/git/utils-extra"
HOMEPAGE="https://hacktivis.me/git/utils-extra/"
LICENSE="MPL-2.0"
SLOT="0"
IUSE="test static"
@@ -58,6 +58,8 @@ src_configure() {
use static && export LDSTATIC="-static-pie"
rm cmd/xcd.c || die
./configure PREFIX='/usr'
}

View File

@@ -19,7 +19,7 @@ else
fi
DESCRIPTION="Collection of extra tools for Unixes"
HOMEPAGE="https://hacktivis.me/git/utils-extra"
HOMEPAGE="https://hacktivis.me/git/utils-extra/"
LICENSE="MPL-2.0"
SLOT="0"
IUSE="test static"