commit: f46d0da20d5e907ea5c49271e9554f3b06e17bbb Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Jun 8 08:30:46 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Mon Jun 8 08:56:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f46d0da2
app-cdr/cdemu-daemon: Port to cmake.eclass Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild index 3ba55a0e682..f41b381ac9f 100644 --- a/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild +++ b/app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="Daemon of the CDEmu optical media image mounting suite" HOMEPAGE="https://cdemu.sourceforge.io"
