diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 13:03:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-07 13:03:16 +0000 |
commit | ffb206ddb0416d18936c4c2e0164134d257fb4bf (patch) | |
tree | 30e4e7f0c0d937e80aaae64b9245877e76adf0ae /sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild | |
parent | amd64 stable wrt #289297 (diff) | |
download | gentoo-2-ffb206ddb0416d18936c4c2e0164134d257fb4bf.tar.gz gentoo-2-ffb206ddb0416d18936c4c2e0164134d257fb4bf.tar.bz2 gentoo-2-ffb206ddb0416d18936c4c2e0164134d257fb4bf.zip |
Add blocker for freebsd-share colliding with it and keyword for -fbsd
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild')
-rw-r--r-- | sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild b/sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild index 84ba7875b1bc..f0abb55ab347 100644 --- a/sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild +++ b/sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild,v 1.3 2009/10/17 22:43:08 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/miscfiles/miscfiles-1.4.2-r1.ebuild,v 1.4 2010/01/07 13:03:16 aballier Exp $ inherit eutils @@ -14,8 +14,10 @@ SRC_URI="mirror://gnu/miscfiles/${P}.tar.gz LICENSE="GPL-2 unicode" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="minimal" +# Collides with older versions/revisions +RDEPEND="!<sys-freebsd/freebsd-share-7.2-r1" src_unpack() { unpack ${A} |