diff options
author | Wolfgang Müller | 2021-07-11 16:30:15 +0200 |
---|---|---|
committer | Wolfgang Müller | 2021-07-11 16:30:15 +0200 |
commit | 6a92c04e2bd9af804b35d8e2549b58af0428083a (patch) | |
tree | 9af00deeb17a8037c200b655a8ff67e2a264356c /app-quasselclient | |
parent | 3bfdf96ed777fc9b162db87a0b655b78580a9369 (diff) | |
download | portage-roles-6a92c04e2bd9af804b35d8e2549b58af0428083a.tar.gz |
app-quasselclient: Add profile for quasselclient
The configuration for quasselclient on desktop systems has always lived
in the group-desktop profile and a separate one was never needed. This
changes with the introduction of quarg, which pulls in a couple of
specific (and otherwise unneeded) dependencies like dev-db/postgres.
To make management easier, subsume the current quasselclient
configuration in the new app-quasselclient profile along with new
settings needed for quarg.
Diffstat (limited to 'app-quasselclient')
-rw-r--r-- | app-quasselclient/package.accept_keywords/30-app-quasselclient | 2 | ||||
-rw-r--r-- | app-quasselclient/package.use/30-app-quasselclient | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/app-quasselclient/package.accept_keywords/30-app-quasselclient b/app-quasselclient/package.accept_keywords/30-app-quasselclient new file mode 100644 index 0000000..6d40e2b --- /dev/null +++ b/app-quasselclient/package.accept_keywords/30-app-quasselclient @@ -0,0 +1,2 @@ +net-irc/quarg +net-irc/quassel diff --git a/app-quasselclient/package.use/30-app-quasselclient b/app-quasselclient/package.use/30-app-quasselclient new file mode 100644 index 0000000..cb3754b --- /dev/null +++ b/app-quasselclient/package.use/30-app-quasselclient @@ -0,0 +1,4 @@ +net-irc/quarg postgres +net-irc/quassel -crypt -server bundled-icons dbus + +dev-db/postgresql -server |