diff options
Diffstat (limited to 'app-admin/tessen/tessen-2.1.2.ebuild')
-rw-r--r-- | app-admin/tessen/tessen-2.1.2.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/tessen/tessen-2.1.2.ebuild b/app-admin/tessen/tessen-2.1.2.ebuild index 07356f8..b742de1 100644 --- a/app-admin/tessen/tessen-2.1.2.ebuild +++ b/app-admin/tessen/tessen-2.1.2.ebuild @@ -10,7 +10,10 @@ SRC_URI="https://github.com/ayushnix/tessen/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" -IUSE="+man || ( +pass gopass ) || ( bemenu wofi rofi fuzzel ) +wtype +clipboard notify otp xdg" +IUSE="+man +pass gopass bemenu wofi rofi fuzzel +wtype +clipboard notify otp xdg" + +REQUIRED_USE="|| ( pass gopass ) + || ( bemenu wofi rofi fuzzel )" DEPEND=" man? ( app-text/scdoc ) @@ -25,7 +28,6 @@ DEPEND=" clipboard? ( gui-apps/wl-clipboard ) notify? ( x11-libs/libnotify ) otp? ( add-admin/pass-otp ) - xdg? ( x11-misc/xdg-utils ) - " + xdg? ( x11-misc/xdg-utils )" RDEPEND="${DEPEND}" BDEPEND="" |