diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-03-12 10:35:42 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-03-12 10:36:10 +0200 |
commit | 76058b09fc8002469837b552ccdf82eabd70370a (patch) | |
tree | 52335d6562a233bc30e1f79e996a87eb0267311d /net-misc/bird | |
parent | net-misc/bird: fixes for the initrd script (diff) | |
download | gentoo-76058b09fc8002469837b552ccdf82eabd70370a.tar.gz gentoo-76058b09fc8002469837b552ccdf82eabd70370a.tar.bz2 gentoo-76058b09fc8002469837b552ccdf82eabd70370a.zip |
net-misc/bird: revbump 2.0.12 due to init.d script change
Bug: https://bugs.gentoo.org/900723
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/bird')
-rw-r--r-- | net-misc/bird/bird-2.0.12-r1.ebuild (renamed from net-misc/bird/bird-2.0.12.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/bird/bird-2.0.12.ebuild b/net-misc/bird/bird-2.0.12-r1.ebuild index ced3b211938d..043f67e052c9 100644 --- a/net-misc/bird/bird-2.0.12.ebuild +++ b/net-misc/bird/bird-2.0.12-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="ftp://bird.network.cz/pub/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~arm64 ~x86 ~x64-macos" +KEYWORDS="~amd64 ~arm64 ~x86 ~x64-macos" IUSE="+client custom-cflags debug libssh" RDEPEND=" |