app-misc/i2bits: remove superflous function overrides.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 6 Feb 2017 23:10:50 +0000 (00:10 +0100)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 6 Feb 2017 23:10:50 +0000 (00:10 +0100)
Package-Manager: portage-2.3.3

app-misc/i2bits/i2bits-0.1.0.ebuild

index 0c0038f0005459185c16de0e9dddf6e79a4b240f..5623ac36ce2ba31ecc2c3fc1303c6218a4bc4c44 100644 (file)
@@ -13,15 +13,3 @@ SRC_URI="http://unixdev.ru/src/${P}.tar.gz"
 LICENSE="WTFPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-
-src_configure() {
-       cmake-utils_src_configure
-}
-
-src_compile() {
-       cmake-utils_src_compile
-}
-
-src_install() {
-       cmake-utils_src_install
-}