diff options
author | bill-auger <mr.j.spam.me@gmail.com> | 2019-12-23 00:11:32 -0500 |
---|---|---|
committer | bill-auger <mr.j.spam.me@gmail.com> | 2019-12-23 00:13:16 -0500 |
commit | 92f9d0dcbb5c9a6a8606a40e5e68485636a86a77 (patch) | |
tree | f436af84ab02de5cb6e61102ffb82530d028b2d0 /libre/base | |
parent | 97bc93664ff59b8724b31946eefc178de9dd5841 (diff) | |
download | abslibre-92f9d0dcbb5c9a6a8606a40e5e68485636a86a77.tar.gz abslibre-92f9d0dcbb5c9a6a8606a40e5e68485636a86a77.tar.bz2 abslibre-92f9d0dcbb5c9a6a8606a40e5e68485636a86a77.zip |
[parabola-base]: add meta-package restoring 'base' group set
Diffstat (limited to 'libre/base')
-rw-r--r-- | libre/base/PKGBUILD | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libre/base/PKGBUILD b/libre/base/PKGBUILD index 9a64c8e49..1f48f3898 100644 --- a/libre/base/PKGBUILD +++ b/libre/base/PKGBUILD @@ -30,7 +30,5 @@ depends=( # parabola 'your-freedom' ) -optdepends=('linux-libre: bare metal support') - -# vim: ts=2 sw=2 et: - +optdepends=('linux-libre: bare metal support' + 'parabola-base: standard Parabola GNU/Linux-libre CLI system') |