summaryrefslogtreecommitdiff
path: root/app-misc/uptimed/uptimed-0.4.4.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/uptimed/uptimed-0.4.4.ebuild')
-rw-r--r--app-misc/uptimed/uptimed-0.4.4.ebuild5
1 files changed, 0 insertions, 5 deletions
diff --git a/app-misc/uptimed/uptimed-0.4.4.ebuild b/app-misc/uptimed/uptimed-0.4.4.ebuild
index e45cede0338e..5d9a04fa9963 100644
--- a/app-misc/uptimed/uptimed-0.4.4.ebuild
+++ b/app-misc/uptimed/uptimed-0.4.4.ebuild
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/rpodgorny/uptimed/archive/v${PV}.tar.gz -> ${P}.tar.
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
-IUSE="static-libs"
RDEPEND="
acct-group/uptimed
@@ -26,10 +25,6 @@ src_prepare() {
eautoreconf
}
-src_configure() {
- econf $(use_enable static-libs static)
-}
-
src_install() {
local DOCS=( ChangeLog README.md TODO AUTHORS CREDITS INSTALL.cgi sample-cgi/* )
default