diff options
Diffstat (limited to 'sys-auth/polkit-qt/polkit-qt-9999.ebuild')
| -rw-r--r-- | sys-auth/polkit-qt/polkit-qt-9999.ebuild | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/sys-auth/polkit-qt/polkit-qt-9999.ebuild b/sys-auth/polkit-qt/polkit-qt-9999.ebuild index eea7e7c3b15..bb814ea8bbe 100644 --- a/sys-auth/polkit-qt/polkit-qt-9999.ebuild +++ b/sys-auth/polkit-qt/polkit-qt-9999.ebuild @@ -13,7 +13,7 @@ ESVN_REPO_URI="svn://anonsvn.kde.org/home/kde/trunk/kdesupport/polkit-qt-1" LICENSE="LGPL-2" KEYWORDS="" SLOT="0" -IUSE="debug doc examples" +IUSE="debug examples" RDEPEND=" >=sys-auth/polkit-0.95 @@ -21,7 +21,6 @@ RDEPEND=" " DEPEND="${RDEPEND} kde-base/automoc - doc? ( app-doc/doxygen ) " DOCS="AUTHORS README README.porting TODO" @@ -37,19 +36,3 @@ src_configure() { cmake-utils_src_configure } - -src_compile() { - cmake-utils_src_compile - - if use doc; then - doxygen Doxyfile || die "doxygen failed" - fi -} - -src_install() { - cmake-utils_src_install - - if use doc; then - dohtml -r "${S}/html/" || die "dohtml failed" - fi -} |
