summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-03-01 10:31:07 +0100
committerMichał Górny <mgorny@gentoo.org>2023-03-01 10:40:18 +0100
commit5cdc58e015b018d558759f9a657cde938e95dc5a (patch)
treef20daa62bdb80ca42095393a1cdab721e60daabf /x11-libs/libtinynotify
parentx11-misc/sw-notify-send: Remove the live ebuild (diff)
downloadgentoo-5cdc58e015b018d558759f9a657cde938e95dc5a.tar.gz
gentoo-5cdc58e015b018d558759f9a657cde938e95dc5a.tar.bz2
gentoo-5cdc58e015b018d558759f9a657cde938e95dc5a.zip
x11-libs/libtinynotify: Remove IUSE=static-libs
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-libs/libtinynotify')
-rw-r--r--x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
index 418fd70bcf84..9fba994946d2 100644
--- a/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
+++ b/x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://github.com/projg2/libtinynotify/releases/download/${P}/${P}.tar
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
+IUSE="debug"
RDEPEND="sys-apps/dbus:0="
DEPEND="${RDEPEND}"
@@ -21,7 +21,6 @@ DOCS=( README )
src_configure() {
local myconf=(
$(use_enable debug)
- $(use_enable static-libs static)
)
econf "${myconf[@]}"