diff options
author | Remigiusz Micielski <remigiusz.micielski@gmail.com> | 2023-04-11 10:33:43 +0200 |
---|---|---|
committer | Remigiusz Micielski <remigiusz.micielski@gmail.com> | 2023-04-11 10:40:57 +0200 |
commit | 7bb9555096f46db73bfaf821dd9652d6c708f61c (patch) | |
tree | b38741b0dd9fbdcaf173cc70ff50f026e42157d0 /gui-libs | |
parent | dev-python/skills: treeclean (diff) | |
download | guru-7bb9555096f46db73bfaf821dd9652d6c708f61c.tar.gz guru-7bb9555096f46db73bfaf821dd9652d6c708f61c.tar.bz2 guru-7bb9555096f46db73bfaf821dd9652d6c708f61c.zip |
gui-libs/xdg-desktop-portal-hyprland: keyword 0.1.0 for ~amd64
Signed-off-by: Remigiusz Micielski <remigiusz.micielski@gmail.com>
Diffstat (limited to 'gui-libs')
-rw-r--r-- | gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild index 31f2a4b61..6468661b4 100644 --- a/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild +++ b/gui-libs/xdg-desktop-portal-hyprland/xdg-desktop-portal-hyprland-0.1.0.ebuild @@ -13,11 +13,11 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/hyprwm/xdg-desktop-portal-hyprland/archive/refs/tags/v${PV}.tar.gz -> xdg-desktop-hyprland-${PV}.tar.gz" - KEYWORDS="~amd64" fi LICENSE="MIT" SLOT="0/9999" +KEYWORDS="~amd64" IUSE="elogind systemd" REQUIRED_USE="?? ( elogind systemd )" |