diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-16 21:15:58 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-12-16 21:15:58 +0000 |
commit | e60fd8151584184486d53d20cc2f54ecb08c2ac7 (patch) | |
tree | 9a6448b086e2e6c8c4fc5657b87332db7711d43d /net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild | |
parent | amd64/x86 stable, bug #296264 (diff) | |
download | historical-e60fd8151584184486d53d20cc2f54ecb08c2ac7.tar.gz historical-e60fd8151584184486d53d20cc2f54ecb08c2ac7.tar.bz2 historical-e60fd8151584184486d53d20cc2f54ecb08c2ac7.zip |
Include the listtext modifications from lists.gentoo.org that offer hints about unsubscribing from the digest form of the list.
Package-Manager: portage-2.2_rc58/cvs/Linux x86_64
Diffstat (limited to 'net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild')
-rw-r--r-- | net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild b/net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild index 2579247932ad..1d33ea161b1a 100644 --- a/net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild +++ b/net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild,v 1.1 2009/12/16 19:38:38 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mlmmj/mlmmj-1.2.16-r1.ebuild,v 1.2 2009/12/16 21:15:57 robbat2 Exp $ inherit eutils @@ -21,6 +21,7 @@ SHAREDIR="/usr/share/mlmmj" src_unpack() { unpack ${A} epatch "${FILESDIR}"/${PN}-1.2.16-requeue-unlink-fix.patch + epatch "${FILESDIR}"/${PN}-1.2.16-unsub-digest-text.patch cd "${S}" for i in "${S}" "${S}"/contrib/recievestrip ; do pushd "${i}" |