diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-05-16 15:48:07 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-05-16 15:48:07 +0000 |
commit | 8cef8b0c18f1c9b1e14099c22e2833368fb289c8 (patch) | |
tree | b07083002f61b78b3fae5cf9d468f140e8c4ab23 /net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild | |
parent | Stable on sparc (diff) | |
download | gentoo-2-8cef8b0c18f1c9b1e14099c22e2833368fb289c8.tar.gz gentoo-2-8cef8b0c18f1c9b1e14099c22e2833368fb289c8.tar.bz2 gentoo-2-8cef8b0c18f1c9b1e14099c22e2833368fb289c8.zip |
Marked stable on x86.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild')
-rw-r--r-- | net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild b/net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild index 0465be996caf..333b6fbfaf7f 100644 --- a/net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild +++ b/net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild,v 1.1 2005/04/07 20:32:25 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-irc/xdcc-fetch/xdcc-fetch-1.409.ebuild,v 1.2 2005/05/16 15:48:07 swegener Exp $ inherit eutils @@ -12,14 +12,14 @@ SRC_URI="mirror://sourceforge/xdccfetch/${MY_PN}-${PV}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND=">=dev-lang/ruby-1.8 >=dev-ruby/fxruby-1.2" -S=${WORKDIR}/${MY_PN} +S="${WORKDIR}"/${MY_PN} src_install() { exeinto /usr/share/${PN} |