diff options
author | E. Liddell <ejlddll@warpmail.net> | 2020-12-06 16:41:50 -0500 |
---|---|---|
committer | TDE Gitea <gitea@mirror.git.trinitydesktop.org> | 2021-02-17 16:47:41 +0000 |
commit | 494d42a59977863833430bbf04c5b6e0451f6298 (patch) | |
tree | c45478eff964f381f28a867e415e919d054d1a23 /trinity-apps/kbarcode | |
parent | f0575f757d3a116ae806b578b37ae4b375a8caf5 (diff) | |
download | tde-packaging-gentoo-494d42a59977863833430bbf04c5b6e0451f6298.tar.gz tde-packaging-gentoo-494d42a59977863833430bbf04c5b6e0451f6298.zip |
Minor cleanup of dependency syntax. Added missing dep trinity-base/kontact-14.0.8
Signed-off-by: E. Liddell <ejlddll@warpmail.net>
Diffstat (limited to 'trinity-apps/kbarcode')
-rw-r--r-- | trinity-apps/kbarcode/kbarcode-14.0.8.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trinity-apps/kbarcode/kbarcode-14.0.8.ebuild b/trinity-apps/kbarcode/kbarcode-14.0.8.ebuild index e842c771..1537de51 100644 --- a/trinity-apps/kbarcode/kbarcode-14.0.8.ebuild +++ b/trinity-apps/kbarcode/kbarcode-14.0.8.ebuild @@ -22,6 +22,8 @@ SLOT="${TRINITY_VER}" # Native GNU Barcode support seems to be broken right now. # The GNU Barcode binary is needed anyway. +# Might be related to the following tidbit from Gentoo user ML: +#"As of version 0.99, GNU Barcode no longer installs its library." IUSE+=" javascript native_gnu_barcode" |