commit: 5cdc58e015b018d558759f9a657cde938e95dc5a Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Wed Mar 1 09:31:07 2023 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Wed Mar 1 09:40:18 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cdc58e0
x11-libs/libtinynotify: Remove IUSE=static-libs Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-libs/libtinynotify/libtinynotify-0.2.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 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[@]}"
