diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 23:53:04 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-03-31 23:53:04 +0000 |
commit | 6b9611aabc0decca20bba1182a2d5ac056bd7320 (patch) | |
tree | 81c730e65a8fb6039caf5a612012b4f9f77efa5a /app-admin/gamin/gamin-0.1.7.ebuild | |
parent | Drop virtual/libc dep, fix gettext and libintl dependency and add ~x86-fbsd. (diff) | |
download | gentoo-2-6b9611aabc0decca20bba1182a2d5ac056bd7320.tar.gz gentoo-2-6b9611aabc0decca20bba1182a2d5ac056bd7320.tar.bz2 gentoo-2-6b9611aabc0decca20bba1182a2d5ac056bd7320.zip |
Add specific patch for freebsd and mark it ~x86-fbsd.
(Portage version: 2.1_pre7-r3)
Diffstat (limited to 'app-admin/gamin/gamin-0.1.7.ebuild')
-rw-r--r-- | app-admin/gamin/gamin-0.1.7.ebuild | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/app-admin/gamin/gamin-0.1.7.ebuild b/app-admin/gamin/gamin-0.1.7.ebuild index f31dfb77ae5c..4217bc0a15bd 100644 --- a/app-admin/gamin/gamin-0.1.7.ebuild +++ b/app-admin/gamin/gamin-0.1.7.ebuild @@ -1,20 +1,20 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.7.ebuild,v 1.14 2006/03/19 22:11:02 ferdy Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/gamin/gamin-0.1.7.ebuild,v 1.15 2006/03/31 23:53:04 flameeyes Exp $ inherit autotools eutils libtool DESCRIPTION="Library providing the FAM File Alteration Monitor API" HOMEPAGE="http://www.gnome.org/~veillard/gamin/" -SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz" +SRC_URI="http://www.gnome.org/~veillard/gamin/sources/${P}.tar.gz + kernel_FreeBSD? ( mirror://gentoo/${P}-freebsd.patch.bz2 )" LICENSE="LGPL-2" 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 ~x86-fbsd" IUSE="debug doc" -RDEPEND="virtual/libc - >=dev-libs/glib-2 +RDEPEND=">=dev-libs/glib-2 !app-admin/fam" DEPEND="${RDEPEND} @@ -27,6 +27,8 @@ src_unpack() { cd ${S} + use kernel_FreeBSD && epatch "${DISTDIR}/${P}-freebsd.patch.bz2" + # Do not remove elibtoolize } |