diff --git a/app-misc/fontctrl/fontctrl-9999.ebuild b/app-misc/fontctrl/fontctrl-9999.ebuild index de5dc0a..c4f831d 100644 --- a/app-misc/fontctrl/fontctrl-9999.ebuild +++ b/app-misc/fontctrl/fontctrl-9999.ebuild @@ -12,11 +12,12 @@ SLOT="0" if [[ ${PV} == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://codeberg.org/speedie/${PN}" -#else -# KEYWORDS="amd64 x86" -# SRC_URI="" + KEYWORDS="amd64 x86" +else + die fi -IUSE="" + +IUSE="${USE}" DEPEND="" diff --git a/x11-misc/spde/spde-9999.ebuild b/x11-misc/spde/spde-9999.ebuild index 08150d6..26f1692 100644 --- a/x11-misc/spde/spde-9999.ebuild +++ b/x11-misc/spde/spde-9999.ebuild @@ -49,6 +49,7 @@ DEPEND="wm? ( x11-wm/speedwm x11-wm/libspeedwm x11-wm/speedwm-extras ) x11-apps/xrdb server? ( x11-apps/xinit ) x11-apps/xfontsel + app-misc/fontctrl x11-apps/xprop x11-apps/xrandr notification? ( x11-libs/libnotify )