diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:09:15 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-05 08:09:15 +0000 |
commit | 21224936778123e5fc0a74db7ef3345d1a77d892 (patch) | |
tree | 29d9649459d4ad595ba656fe65333ecde70edd10 /x11-libs/dnd | |
parent | Repoman warnings (diff) | |
download | gentoo-2-21224936778123e5fc0a74db7ef3345d1a77d892.tar.gz gentoo-2-21224936778123e5fc0a74db7ef3345d1a77d892.tar.bz2 gentoo-2-21224936778123e5fc0a74db7ef3345d1a77d892.zip |
Repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/dnd')
-rw-r--r-- | x11-libs/dnd/dnd-1.1-r1.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/x11-libs/dnd/dnd-1.1-r1.ebuild b/x11-libs/dnd/dnd-1.1-r1.ebuild index d62d2b3da152..7ad6f1e022c5 100644 --- a/x11-libs/dnd/dnd-1.1-r1.ebuild +++ b/x11-libs/dnd/dnd-1.1-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 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.13 2007/07/22 02:47:38 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/dnd/dnd-1.1-r1.ebuild,v 1.14 2009/05/05 08:09:15 ssuominen Exp $ inherit toolchain-funcs eutils -S="${WORKDIR}/DND/DNDlib" +S=${WORKDIR}/DND/DNDlib DESCRIPTION="OffiX' Drag'n'drop library" HOMEPAGE="http://leb.net/offix" SRC_URI="http://leb.net/offix/${PN}.${PV}.tgz" @@ -13,13 +13,14 @@ SLOT="0" LICENSE="GPL-2 LGPL-2" KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -DEPEND=">=x11-libs/libX11-1.0.0 +RDEPEND=">=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/libSM-1.0.0 >=x11-libs/libXaw-1.0.1 >=x11-proto/xproto-7.0.4" +DEPEND="${RDEPEND}" src_unpack() { unpack ${A} |