diff options
author | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-05-23 14:07:30 +0000 |
---|---|---|
committer | Pieter van den Abeele <pvdabeel@gentoo.org> | 2004-05-23 14:07:30 +0000 |
commit | 7116351ffb0712a0270540a7a2c55041a1d26a9a (patch) | |
tree | a734902bd3bc053cc85a9607d2645728ccadb366 /x11-libs/dnd | |
parent | production stable ppc (diff) | |
download | historical-7116351ffb0712a0270540a7a2c55041a1d26a9a.tar.gz historical-7116351ffb0712a0270540a7a2c55041a1d26a9a.tar.bz2 historical-7116351ffb0712a0270540a7a2c55041a1d26a9a.zip |
Production ready on ppc
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r-- | x11-libs/dnd/Manifest | 2 | ||||
-rw-r--r-- | x11-libs/dnd/dnd-1.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/x11-libs/dnd/Manifest b/x11-libs/dnd/Manifest index b22405704468..93e8bd4e58ed 100644 --- a/x11-libs/dnd/Manifest +++ b/x11-libs/dnd/Manifest @@ -1,4 +1,4 @@ -MD5 92436fa7a0e9309b074e366c31c89921 dnd-1.1.ebuild 684 MD5 7668b92ba8f29e71e38c436be4c55bac ChangeLog 1096 +MD5 61f762ca79dd1a3fb99196acf14e3f6a dnd-1.1.ebuild 687 MD5 5bcbf95d481a26737a32374140b6f910 files/digest-dnd-1.1 56 MD5 0004edf0ec28c4b590e0832ba2463d04 files/dnd-1.1-gentoo.diff 1533 diff --git a/x11-libs/dnd/dnd-1.1.ebuild b/x11-libs/dnd/dnd-1.1.ebuild index d27ff2a1d263..8350976564ff 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 Technologies, Inc. # 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.15 2004/04/17 23:02:17 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1.ebuild,v 1.16 2004/05/23 14:07:30 pvdabeel 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" DEPEND="virtual/x11" |