summaryrefslogtreecommitdiff
path: root/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-09-21 18:00:10 +0100
commit265dbe5dbc14c199299496c6db8fce3f76647015 (patch)
treeab18b5617d138f6684566b619405090989d55a2c /x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
parent586819755b4dbfdffdc8a725ab7c0f86095b8489 (diff)
gentoo resync : 21.09.2018
Diffstat (limited to 'x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild')
-rw-r--r--x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild b/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
index 6a4a750ff072..81d0e102ca8f 100644
--- a/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
+++ b/x11-plugins/wmpower/wmpower-0.4.3-r1.ebuild
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/wmpower/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
RDEPEND="x11-libs/libX11
x11-libs/libXext
@@ -20,8 +20,11 @@ DEPEND="${RDEPEND}
DOCS=( AUTHORS BUGS ChangeLog LEGGIMI NEWS README README.compal THANKS TODO )
-src_compile() {
+src_configure() {
# override wmpower self-calculated cflags
econf MY_CFLAGS="${CFLAGS}"
+}
+
+src_compile() {
emake prefix="/usr/"
}