diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-06-08 10:30:46 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-06-08 10:56:03 +0200 |
commit | f46d0da20d5e907ea5c49271e9554f3b06e17bbb (patch) | |
tree | 0503b4665009446a0a32b50c2bf587837493542a /app-cdr/cdemu-daemon | |
parent | app-arch/snappy: Port to cmake.eclass (diff) | |
download | gentoo-f46d0da20d5e907ea5c49271e9554f3b06e17bbb.tar.gz gentoo-f46d0da20d5e907ea5c49271e9554f3b06e17bbb.tar.bz2 gentoo-f46d0da20d5e907ea5c49271e9554f3b06e17bbb.zip |
app-cdr/cdemu-daemon: Port to cmake.eclass
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-cdr/cdemu-daemon')
-rw-r--r-- | app-cdr/cdemu-daemon/cdemu-daemon-3.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 3ba55a0e6828..f41b381ac9fc 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" |