summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2009-08-19 12:06:16 +0000
committerJustin Lecher <jlec@gentoo.org>2009-08-19 12:06:16 +0000
commit71bfc73de6c6fc47e7d94094ad3270c60d175c1c (patch)
tree473a545062517eceb9ae07fa6074b3d850fed415 /x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild
parentdev-db/mongodb: Version bump (diff)
downloadsunrise-reviewed-71bfc73de6c6fc47e7d94094ad3270c60d175c1c.tar.gz
sunrise-reviewed-71bfc73de6c6fc47e7d94094ad3270c60d175c1c.tar.bz2
sunrise-reviewed-71bfc73de6c6fc47e7d94094ad3270c60d175c1c.zip
x11-misc/xorg-edit: corrected usage of DESTDIR and WX_GTK_VER
svn path=/sunrise/; revision=9062
Diffstat (limited to 'x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild')
-rw-r--r--x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild6
1 files changed, 2 insertions, 4 deletions
diff --git a/x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild b/x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild
index 1119e2294..866e97c87 100644
--- a/x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild
+++ b/x11-misc/xorg-edit/xorg-edit-08.08.06.ebuild
@@ -2,8 +2,6 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-WX_GTK_VER="2.8"
-
inherit base multilib toolchain-funcs wxwidgets
DESCRIPTION="GUI to edit XServer-file xorg.conf easily"
@@ -12,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}_src.tar.bz2"
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
DEPEND="x11-libs/wxGTK"
@@ -27,6 +25,6 @@ src_compile() {
}
src_install() {
- emake INSTALLPATH="${D}"/usr/$(get_libdir) install || die "Installation failed"
+ emake DESTDIR="${D}" INSTALLPATH="/usr/$(get_libdir)" install || die "Installation failed"
dodoc CHANGELOG README || die "nothing to read"
}