diff options
author | Tim Harder <radhermit@gentoo.org> | 2011-11-27 03:35:47 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2011-11-27 03:35:47 +0000 |
commit | 03c7b39ecfcdff3ee8c3ca68efa8c73552513a46 (patch) | |
tree | 96dbe827dd8685912603dfae53b6c0981b502e45 /net-mail | |
parent | Version bump, makes XT_PAX support optional (diff) | |
download | gentoo-2-03c7b39ecfcdff3ee8c3ca68efa8c73552513a46.tar.gz gentoo-2-03c7b39ecfcdff3ee8c3ca68efa8c73552513a46.tar.bz2 gentoo-2-03c7b39ecfcdff3ee8c3ca68efa8c73552513a46.zip |
Build in the source tree.
(Portage version: 2.2.0_alpha77/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mswatch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/mswatch/mswatch-1.2.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/net-mail/mswatch/ChangeLog b/net-mail/mswatch/ChangeLog index 9cf095bf9ce6..019cb8b6e0db 100644 --- a/net-mail/mswatch/ChangeLog +++ b/net-mail/mswatch/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mswatch # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.1 2011/10/17 18:54:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/ChangeLog,v 1.2 2011/11/27 03:35:47 radhermit Exp $ + + 27 Nov 2011; Tim Harder <radhermit@gentoo.org> mswatch-1.2.0.ebuild: + Build in the source tree. *mswatch-1.2.0 (17 Oct 2011) diff --git a/net-mail/mswatch/mswatch-1.2.0.ebuild b/net-mail/mswatch/mswatch-1.2.0.ebuild index 98a88e9f0b16..f83ab6ce794d 100644 --- a/net-mail/mswatch/mswatch-1.2.0.ebuild +++ b/net-mail/mswatch/mswatch-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.1 2011/10/17 18:54:06 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mswatch/mswatch-1.2.0.ebuild,v 1.2 2011/11/27 03:35:47 radhermit Exp $ EAPI="4" @@ -22,6 +22,8 @@ DEPEND="${RDEPEND} CONFIG_CHECK="~INOTIFY_USER" ERROR_INOTIFY_USER="${P} requires in-kernel inotify support." +AUTOTOOLS_IN_SOURCE_BUILD=1 + src_configure() { econf \ --with-notify=inotify \ |