diff options
author | Sam James <sam@gentoo.org> | 2023-10-29 03:35:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-10-29 03:35:44 +0000 |
commit | cf99a4a690c428af63416ef3dac18ac8d00b7e14 (patch) | |
tree | afd21fa0c57618ae455ca255bb66bb83acd551ff /app-text/podofo | |
parent | app-text/podofo: add commit link (diff) | |
download | gentoo-cf99a4a690c428af63416ef3dac18ac8d00b7e14.tar.gz gentoo-cf99a4a690c428af63416ef3dac18ac8d00b7e14.tar.bz2 gentoo-cf99a4a690c428af63416ef3dac18ac8d00b7e14.zip |
app-text/podofo: fix UnusedInherits (flag-o-matic)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/podofo')
-rw-r--r-- | app-text/podofo/podofo-0.10.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-text/podofo/podofo-0.10.1-r1.ebuild b/app-text/podofo/podofo-0.10.1-r1.ebuild index 9809f617298e..03852080e471 100644 --- a/app-text/podofo/podofo-0.10.1-r1.ebuild +++ b/app-text/podofo/podofo-0.10.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -inherit cmake flag-o-matic +inherit cmake DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format" HOMEPAGE="https://github.com/podofo/podofo" |