diff options
author | Tom Gall <tgall@gentoo.org> | 2004-07-21 03:02:04 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-07-21 03:02:04 +0000 |
commit | 9f437beb406fdb9e8bc5148905ed16efb2725466 (patch) | |
tree | 5e091903a73f072ec9d822ed9770b24b32a15dd9 /x11-libs/dnd | |
parent | metadata (diff) | |
download | historical-9f437beb406fdb9e8bc5148905ed16efb2725466.tar.gz historical-9f437beb406fdb9e8bc5148905ed16efb2725466.tar.bz2 historical-9f437beb406fdb9e8bc5148905ed16efb2725466.zip |
stable on ppc64, bug #57174
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r-- | x11-libs/dnd/ChangeLog | 5 | ||||
-rw-r--r-- | x11-libs/dnd/dnd-1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-libs/dnd/ChangeLog b/x11-libs/dnd/ChangeLog index 936f94a86c90..7a182c826ca7 100644 --- a/x11-libs/dnd/ChangeLog +++ b/x11-libs/dnd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/dnd # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.10 2004/07/03 14:00:17 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/ChangeLog,v 1.11 2004/07/21 03:02:04 tgall Exp $ + + 20 Jul 2004; Tom Tgall <tgall@gentoo.org> dnd-1.1.ebuild: + stable on ppc64, bug #57174 03 Jul 2004; <pyrania@gentoo.org> +files/Makefile-fix.patch, dnd-1.1.ebuild: Fixing parallel compilation. See bug #44047. diff --git a/x11-libs/dnd/dnd-1.1.ebuild b/x11-libs/dnd/dnd-1.1.ebuild index 8835fea71d20..50d4a90fbf51 100644 --- a/x11-libs/dnd/dnd-1.1.ebuild +++ b/x11-libs/dnd/dnd-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.18 2004/07/03 14:00:17 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.19 2004/07/21 03:02:04 tgall Exp $ inherit eutils @@ -11,7 +11,7 @@ SRC_URI="http://leb.net/OffiX/dnd.1.1.tgz" IUSE="" SLOT="0" LICENSE="GPL-2 LGPL-2" -KEYWORDS="x86 sparc alpha ia64 amd64 ppc" +KEYWORDS="x86 sparc alpha ia64 amd64 ppc ppc64" DEPEND="virtual/x11" |