diff options
author | 2023-03-01 10:39:00 +0100 | |
---|---|---|
committer | 2023-03-01 10:40:26 +0100 | |
commit | 197656e14d21f452c66ac506b9235d016b3ab9f3 (patch) | |
tree | fc1e99b0fc64537ab4c3950629a10d506bdc58e2 /x11-misc/sw-notify-send | |
parent | x11-misc/sw-notify-send: Update URLs (diff) | |
download | gentoo-197656e14d21f452c66ac506b9235d016b3ab9f3.tar.gz gentoo-197656e14d21f452c66ac506b9235d016b3ab9f3.tar.bz2 gentoo-197656e14d21f452c66ac506b9235d016b3ab9f3.zip |
x11-misc/sw-notify-send: Bump to EAPI 8
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'x11-misc/sw-notify-send')
-rw-r--r-- | x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild | 18 |
1 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild index f5e00f7c2a44..d2711a3030c0 100644 --- a/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild +++ b/x11-misc/sw-notify-send/sw-notify-send-1.2.1.ebuild @@ -1,26 +1,32 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 MY_P=tinynotify-send-${PV} DESCRIPTION="A system-wide variant of tinynotify-send" HOMEPAGE="https://github.com/projg2/tinynotify-send/" SRC_URI="https://github.com/projg2/tinynotify-send/releases/download/${MY_P}/${MY_P}.tar.bz2" +S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="x11-libs/libtinynotify:0= +DEPEND=" + x11-libs/libtinynotify:0= ~x11-libs/libtinynotify-cli-${PV} - x11-libs/libtinynotify-systemwide:0=" -DEPEND="${RDEPEND} - virtual/pkgconfig" + x11-libs/libtinynotify-systemwide:0= +" +RDEPEND=" + ${DEPEND} +" +BDEPEND=" + virtual/pkgconfig +" DOCS=( README ) -S=${WORKDIR}/${MY_P} src_configure() { local myconf=( |