diff options
author | 2006-07-14 17:25:16 +0000 | |
---|---|---|
committer | 2006-07-14 17:25:16 +0000 | |
commit | 17c72e44fa4882040d68751a517d2b2209ad636b (patch) | |
tree | 69659e5086020658ff644eba7f9a72473f0dff76 /x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild | |
parent | changed to ~x86 (diff) | |
download | sunrise-17c72e44fa4882040d68751a517d2b2209ad636b.tar.gz sunrise-17c72e44fa4882040d68751a517d2b2209ad636b.tar.bz2 sunrise-17c72e44fa4882040d68751a517d2b2209ad636b.zip |
x11-misc/xorg-edit: Added ~amd64 and ~ppc keywords. Respect the correct CXX
svn path=/sunrise/; revision=608
Diffstat (limited to 'x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild')
-rw-r--r-- | x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild b/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild index b5ac8fe4a..2b9376eee 100644 --- a/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild +++ b/x11-misc/xorg-edit/xorg-edit-06.06.11.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit eutils +inherit eutils toolchain-funcs DESCRIPTION="GUI to edit XServer-file xorg.conf easily" HOMEPAGE="http://www.cyskat.de/dee/progxorg.htm" @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/xorg-edit/${PN}-src.tar.gz" LICENSE="GPL-1" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="" DEPEND=">=x11-libs/wxGTK-2.6" @@ -26,7 +26,7 @@ src_unpack() { src_compile() { cd sources - emake || die "emake failed" + emake CXX=$(tc-getCXX) || die "emake failed" } src_install() { |