diff options
author | Alfred Persson Forsberg <cat@catcream.org> | 2023-12-05 12:08:05 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-12-08 11:35:18 +0000 |
commit | b099961a27aa32e0abacb3a880c9c8c2f5fe0b13 (patch) | |
tree | 9b445ae793628893828bb50651d5b6c4dcf621f0 /net-irc | |
parent | net-irc/soju: add 0.7.0 (diff) | |
download | gentoo-b099961a27aa32e0abacb3a880c9c8c2f5fe0b13.tar.gz gentoo-b099961a27aa32e0abacb3a880c9c8c2f5fe0b13.tar.bz2 gentoo-b099961a27aa32e0abacb3a880c9c8c2f5fe0b13.zip |
net-irc/soju: drop flag-o-matic
Signed-off-by: Alfred Persson Forsberg <cat@catcream.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-irc')
-rw-r--r-- | net-irc/soju/soju-0.6.2.ebuild | 2 | ||||
-rw-r--r-- | net-irc/soju/soju-0.7.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-irc/soju/soju-0.6.2.ebuild b/net-irc/soju/soju-0.6.2.ebuild index 2768e43d3193..266c4335c650 100644 --- a/net-irc/soju/soju-0.6.2.ebuild +++ b/net-irc/soju/soju-0.6.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic go-module systemd +inherit go-module systemd DESCRIPTION="soju is a user-friendly IRC bouncer" HOMEPAGE="https://soju.im/" diff --git a/net-irc/soju/soju-0.7.0.ebuild b/net-irc/soju/soju-0.7.0.ebuild index fdf339e65d19..c276c2d14e4f 100644 --- a/net-irc/soju/soju-0.7.0.ebuild +++ b/net-irc/soju/soju-0.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit flag-o-matic go-module systemd +inherit go-module systemd DESCRIPTION="soju is a user-friendly IRC bouncer" HOMEPAGE="https://soju.im/" |