diff options
author | Torsten Veller <tove@gentoo.org> | 2006-07-15 22:41:22 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2006-07-15 22:41:22 +0000 |
commit | 870b103407b8b7c56355ccc769ed40a9b4af89e4 (patch) | |
tree | 9f3170efc4aa889b270573e9720d599f46b38104 /x11-libs/dnd | |
parent | Remove orphaned patch files too. (diff) | |
download | gentoo-2-870b103407b8b7c56355ccc769ed40a9b4af89e4.tar.gz gentoo-2-870b103407b8b7c56355ccc769ed40a9b4af89e4.tar.bz2 gentoo-2-870b103407b8b7c56355ccc769ed40a9b4af89e4.zip |
Stable on x86 (#139839). Added toolchain-funcs.
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r-- | x11-libs/dnd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/dnd/dnd-1.1-r1.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-libs/dnd/ChangeLog b/x11-libs/dnd/ChangeLog index 28e5c5855ca7..0f2e2edd47cf 100644 --- a/x11-libs/dnd/ChangeLog +++ b/x11-libs/dnd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/dnd # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.18 2006/07/15 14:43:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.19 2006/07/15 22:41:22 tove Exp $ + + 15 Jul 2006; Torsten Veller <tove@gentoo.org> dnd-1.1-r1.ebuild: + Stable on x86 (#139839). Inherit toolchain-funcs. 15 Jul 2006; <nixnut@gentoo.org> dnd-1.1-r1.ebuild: Stable on ppc. Bug #139839 diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild index 1009a01dc317..2a2e23482985 100644 --- a/x11-libs/dnd/dnd-1.1-r1.ebuild +++ b/x11-libs/dnd/dnd-1.1-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.6 2006/07/15 14:43:36 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.7 2006/07/15 22:41:22 tove Exp $ -inherit eutils +inherit toolchain-funcs eutils S="${WORKDIR}/DND/DNDlib" DESCRIPTION="OffiX' Drag'n'drop library" @@ -11,14 +11,13 @@ SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz" IUSE="" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ia64 ppc ~ppc64 ~sparc x86" DEPEND="|| ( ( >=x11-libs/libX11-1.0.0 >=x11-libs/libXmu-1.0.0 >=x11-libs/libXt-1.0.0 >=x11-libs/libICE-1.0.0 - >=x11-libs/libXaw-1.0.1 >=x11-libs/libSM-1.0.0 >=x11-libs/libXaw-1.0.1 >=x11-proto/xproto-7.0.4 ) @@ -32,6 +31,7 @@ src_unpack() { } src_compile() { + tc-export CC CXX RANLIB AR econf --with-x || die emake || die } |