Update overlay

This commit is contained in:
speedie 2022-12-12 22:18:40 +01:00
parent 53235bdf80
commit 1b9154eb66
2 changed files with 6 additions and 4 deletions

View file

@ -12,11 +12,12 @@ SLOT="0"
if [[ ${PV} == 9999 ]]; then if [[ ${PV} == 9999 ]]; then
inherit git-r3 inherit git-r3
EGIT_REPO_URI="https://codeberg.org/speedie/${PN}" EGIT_REPO_URI="https://codeberg.org/speedie/${PN}"
#else KEYWORDS="amd64 x86"
# KEYWORDS="amd64 x86" else
# SRC_URI="" die
fi fi
IUSE=""
IUSE="${USE}"
DEPEND="" DEPEND=""

View file

@ -49,6 +49,7 @@ DEPEND="wm? ( x11-wm/speedwm x11-wm/libspeedwm x11-wm/speedwm-extras )
x11-apps/xrdb x11-apps/xrdb
server? ( x11-apps/xinit ) server? ( x11-apps/xinit )
x11-apps/xfontsel x11-apps/xfontsel
app-misc/fontctrl
x11-apps/xprop x11-apps/xprop
x11-apps/xrandr x11-apps/xrandr
notification? ( x11-libs/libnotify ) notification? ( x11-libs/libnotify )