diff options
author | 2021-08-16 03:14:45 +0100 | |
---|---|---|
committer | 2021-08-16 03:23:35 +0100 | |
commit | ae4b36193858f28bb15a04c15d69459d7f95d45d (patch) | |
tree | f818ac20e43fec093c7f105e6f9eded64e95b55a /net-libs | |
parent | metadata/install-qa-check.d: add check for missing tmpfiles_process call (diff) | |
download | gentoo-ae4b36193858f28bb15a04c15d69459d7f95d45d.tar.gz gentoo-ae4b36193858f28bb15a04c15d69459d7f95d45d.tar.bz2 gentoo-ae4b36193858f28bb15a04c15d69459d7f95d45d.zip |
net-libs/courier-unicode: add subslot for ABI breakage
SONAME from 2.1 -> 2.2 went from 4.1.0 -> 7.0.0.
Bug: https://bugs.gentoo.org/806595
Bug: https://bugs.gentoo.org/807292
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/courier-unicode/courier-unicode-2.2.3-r1.ebuild (renamed from net-libs/courier-unicode/courier-unicode-2.2.3.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild b/net-libs/courier-unicode/courier-unicode-2.2.3-r1.ebuild index e8e9f45e2e27..dbb52817c9bf 100644 --- a/net-libs/courier-unicode/courier-unicode-2.2.3.ebuild +++ b/net-libs/courier-unicode/courier-unicode-2.2.3-r1.ebuild @@ -6,10 +6,10 @@ EAPI=7 DESCRIPTION="Unicode library used by the courier mail server" HOMEPAGE="https://www.courier-mta.org/" SRC_URI="mirror://sourceforge/courier/${P}.tar.bz2" + LICENSE="GPL-3" -SLOT="0" +SLOT="0/7" KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" -IUSE="" src_configure() { econf --disable-static |