diff options
author | Karel Kočí <cynerd@email.cz> | 2018-01-18 13:08:32 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2018-01-18 13:08:32 +0100 |
commit | 6cadddbd6750896f9075e081562a5fed0cd6566a (patch) | |
tree | ef61e933178455600472e82aef282dad424d9020 | |
parent | 688f443df0d22c392216e0d10c0aabd2de122698 (diff) | |
download | gentoo-personal-overlay-6cadddbd6750896f9075e081562a5fed0cd6566a.tar.gz gentoo-personal-overlay-6cadddbd6750896f9075e081562a5fed0cd6566a.tar.bz2 gentoo-personal-overlay-6cadddbd6750896f9075e081562a5fed0cd6566a.zip |
Add sway to wayland profile
-rw-r--r-- | profiles/desktop/wayland/package.accept_keywords | 1 | ||||
-rw-r--r-- | profiles/desktop/wayland/package.use | 1 | ||||
-rw-r--r-- | profiles/desktop/wayland/packages | 1 | ||||
-rw-r--r-- | profiles/desktop/wayland/parent | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/profiles/desktop/wayland/package.accept_keywords b/profiles/desktop/wayland/package.accept_keywords new file mode 100644 index 0000000..37ba90a --- /dev/null +++ b/profiles/desktop/wayland/package.accept_keywords @@ -0,0 +1 @@ +dev-libs/sway ~amd64 diff --git a/profiles/desktop/wayland/package.use b/profiles/desktop/wayland/package.use new file mode 100644 index 0000000..4b2a1d6 --- /dev/null +++ b/profiles/desktop/wayland/package.use @@ -0,0 +1 @@ +dev-libs/sway swaygrab swaylock diff --git a/profiles/desktop/wayland/packages b/profiles/desktop/wayland/packages new file mode 100644 index 0000000..18c789f --- /dev/null +++ b/profiles/desktop/wayland/packages @@ -0,0 +1 @@ +dev-libs/sway diff --git a/profiles/desktop/wayland/parent b/profiles/desktop/wayland/parent new file mode 100644 index 0000000..eb4d905 --- /dev/null +++ b/profiles/desktop/wayland/parent @@ -0,0 +1 @@ +../ |