diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-27 00:04:56 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-27 01:45:59 +0100 |
commit | 345c0d66e8963aad19919c4959adb095c00e4290 (patch) | |
tree | eeb3c16ff08e47dd2c592c751738f7d52cd9693c /app-text | |
parent | app-text/libetonyek: Support --with-mdds=2.1 (diff) | |
download | gentoo-345c0d66e8963aad19919c4959adb095c00e4290.tar.gz gentoo-345c0d66e8963aad19919c4959adb095c00e4290.tar.bz2 gentoo-345c0d66e8963aad19919c4959adb095c00e4290.zip |
app-text/libetonyek: Bump MDDS_VER to 3.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/libetonyek/libetonyek-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/libetonyek/libetonyek-9999.ebuild b/app-text/libetonyek/libetonyek-9999.ebuild index abb88460e184..874395b30224 100644 --- a/app-text/libetonyek/libetonyek-9999.ebuild +++ b/app-text/libetonyek/libetonyek-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -MDDS_VER="2.1" +MDDS_VER="3.0" if [[ ${PV} == *9999* ]]; then EGIT_REPO_URI="https://anongit.freedesktop.org/git/libreoffice/libetonyek.git" |