diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-10-18 18:09:18 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-10-18 18:39:34 +0200 |
commit | 6e5e72ff1299052cf96dfd6c311eff4bab7ab8c1 (patch) | |
tree | 734a6b5e740e66a7ff358c61e7f8962583dc62ad /dev-libs/libinput/libinput-1.12.1-r1.ebuild | |
parent | dev-python/CommonMark: Update for incoming rename (diff) | |
download | gentoo-6e5e72ff1299052cf96dfd6c311eff4bab7ab8c1.tar.gz gentoo-6e5e72ff1299052cf96dfd6c311eff4bab7ab8c1.tar.bz2 gentoo-6e5e72ff1299052cf96dfd6c311eff4bab7ab8c1.zip |
dev-python/{CommonMark → commonmark}
Rename dev-python/CommonMark following upstream decision to switch
to lowercase package name.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/libinput/libinput-1.12.1-r1.ebuild')
-rw-r--r-- | dev-libs/libinput/libinput-1.12.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libinput/libinput-1.12.1-r1.ebuild b/dev-libs/libinput/libinput-1.12.1-r1.ebuild index 6f53fc1cb386..edf6037ad99c 100644 --- a/dev-libs/libinput/libinput-1.12.1-r1.ebuild +++ b/dev-libs/libinput/libinput-1.12.1-r1.ebuild @@ -29,7 +29,7 @@ DEPEND="${RDEPEND} virtual/pkgconfig doc? ( $(python_gen_any_dep ' - dev-python/CommonMark[${PYTHON_USEDEP}] + dev-python/commonmark[${PYTHON_USEDEP}] dev-python/recommonmark[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] ') @@ -43,7 +43,7 @@ DEPEND="${RDEPEND} # sys-libs/libunwind ) python_check_deps() { - has_version "dev-python/CommonMark[${PYTHON_USEDEP}]" && \ + has_version "dev-python/commonmark[${PYTHON_USEDEP}]" && \ has_version "dev-python/recommonmark[${PYTHON_USEDEP}]" && \ has_version "dev-python/sphinx[${PYTHON_USEDEP}]" } |