diff options
author | 2021-03-11 17:46:52 +0000 | |
---|---|---|
committer | 2021-03-11 17:47:48 +0000 | |
commit | 7a587e34d9909c269aacc4d840ed8b288d0259f6 (patch) | |
tree | 34f63125b3abd2aaa2a6761ac9a14d815ba4f1e0 | |
parent | dev-libs/libxslt: tiny style changes (diff) | |
download | gentoo-7a587e34d9909c269aacc4d840ed8b288d0259f6.tar.gz gentoo-7a587e34d9909c269aacc4d840ed8b288d0259f6.tar.bz2 gentoo-7a587e34d9909c269aacc4d840ed8b288d0259f6.zip |
dev-libs/libxslt: add note re bumping in sync with dev-libs/libxml2
They make use of each other's internals.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-libs/libxslt/libxslt-1.1.34-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild b/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild index 6e0b1e934022..350eede2cb08 100644 --- a/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild +++ b/dev-libs/libxslt/libxslt-1.1.34-r1.ebuild @@ -5,6 +5,7 @@ EAPI=7 inherit libtool multilib-minimal toolchain-funcs +# Note: Please bump this in sync with dev-libs/libxml2. DESCRIPTION="XSLT libraries and tools" HOMEPAGE="http://www.xmlsoft.org/ https://gitlab.gnome.org/GNOME/libxslt" SRC_URI="ftp://xmlsoft.org/${PN}/${P}.tar.gz" |