diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-25 11:05:47 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-02-25 11:27:10 +0100 |
commit | 85304876cfbe290d99c6fc88a532b4f4b2305be3 (patch) | |
tree | 7772102b73afeffbc5098baf56f6a2c2e4ebb28f /dev-libs/libixion | |
parent | app-text/libetonyek: bump MDDS_VER to 2.1 (diff) | |
download | gentoo-85304876cfbe290d99c6fc88a532b4f4b2305be3.tar.gz gentoo-85304876cfbe290d99c6fc88a532b4f4b2305be3.tar.bz2 gentoo-85304876cfbe290d99c6fc88a532b4f4b2305be3.zip |
dev-libs/libixion: bump subslot to 0.18, MDDS_SLOT to 1/2.1
Bug: https://bugs.gentoo.org/831828
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-libs/libixion')
-rw-r--r-- | dev-libs/libixion/libixion-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libixion/libixion-9999.ebuild b/dev-libs/libixion/libixion-9999.ebuild index c20b5d4c5596..274322f24718 100644 --- a/dev-libs/libixion/libixion-9999.ebuild +++ b/dev-libs/libixion/libixion-9999.ebuild @@ -10,7 +10,7 @@ DESCRIPTION="General purpose formula parser & interpreter" HOMEPAGE="https://gitlab.com/ixion/ixion" if [[ ${PV} == *9999* ]]; then - MDDS_SLOT="1/9999" + MDDS_SLOT="1/2.1" EGIT_REPO_URI="https://gitlab.com/ixion/ixion.git" inherit git-r3 autotools else |