diff options
author | 2006-04-20 20:10:31 +0000 | |
---|---|---|
committer | 2006-04-20 20:10:31 +0000 | |
commit | 610200aea909161adf6b7878a6ad78328cb5212d (patch) | |
tree | 00cc67f2a66470391c7cc6b441e9eeb121b8d934 /app-admin/realpath/realpath-1.9.28.ebuild | |
parent | Added ~amd64 keyword wrt Bug #112279. (diff) | |
download | historical-610200aea909161adf6b7878a6ad78328cb5212d.tar.gz historical-610200aea909161adf6b7878a6ad78328cb5212d.tar.bz2 historical-610200aea909161adf6b7878a6ad78328cb5212d.zip |
Drop ~x86-fbsd keyword and block freebsd-bin, as that already provides a realpath binary.
Package-Manager: portage-2.1_pre7-r5
Diffstat (limited to 'app-admin/realpath/realpath-1.9.28.ebuild')
-rw-r--r-- | app-admin/realpath/realpath-1.9.28.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-admin/realpath/realpath-1.9.28.ebuild b/app-admin/realpath/realpath-1.9.28.ebuild index 098dfa8932a3..f7037910b02a 100644 --- a/app-admin/realpath/realpath-1.9.28.ebuild +++ b/app-admin/realpath/realpath-1.9.28.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild,v 1.2 2006/03/31 21:52:49 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/realpath/realpath-1.9.28.ebuild,v 1.3 2006/04/20 20:10:31 flameeyes Exp $ DESCRIPTION="Return the canonicalized absolute pathname" HOMEPAGE="http://packages.debian.org/unstable/utils/realpath.html" @@ -8,12 +8,14 @@ SRC_URI="mirror://debian/pool/main/d/dwww/dwww_${PV}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~amd64 ~hppa ~mips ~ppc ~ppc-macos ~ppc64 ~sparc ~x86" IUSE="" # tests only operate upon things we don't use RESTRICT="test" +RDEPEND="!sys-freebsd/freebsd-bin" + S=${WORKDIR}/dwww-${PV} src_unpack() { |