diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-03-02 08:05:32 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-03-02 08:05:32 +0000 |
commit | f5a69188a344b5d31d19e6c131cb6b7d5e861299 (patch) | |
tree | 9f57033b3451299b2f3af8c2beccbeb38a072939 /mail-filter | |
parent | Stable for x86, wrt bug #450168 (diff) | |
download | gentoo-2-f5a69188a344b5d31d19e6c131cb6b7d5e861299.tar.gz gentoo-2-f5a69188a344b5d31d19e6c131cb6b7d5e861299.tar.bz2 gentoo-2-f5a69188a344b5d31d19e6c131cb6b7d5e861299.zip |
Stable for x86, wrt bug #462828
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/milter-regex/ChangeLog | 5 | ||||
-rw-r--r-- | mail-filter/milter-regex/milter-regex-1.9.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/mail-filter/milter-regex/ChangeLog b/mail-filter/milter-regex/ChangeLog index 4b4d988e25b0..3fa0e108d071 100644 --- a/mail-filter/milter-regex/ChangeLog +++ b/mail-filter/milter-regex/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for mail-filter/milter-regex # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/milter-regex/ChangeLog,v 1.13 2014/03/01 23:39:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/milter-regex/ChangeLog,v 1.14 2014/03/02 08:05:32 ago Exp $ + + 02 Mar 2014; Agostino Sarubbo <ago@gentoo.org> milter-regex-1.9.ebuild: + Stable for x86, wrt bug #462828 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> milter-regex-1.9.ebuild: amd64 stable, bug #462828 diff --git a/mail-filter/milter-regex/milter-regex-1.9.ebuild b/mail-filter/milter-regex/milter-regex-1.9.ebuild index 92e08b79319f..a134ec16b7d8 100644 --- a/mail-filter/milter-regex/milter-regex-1.9.ebuild +++ b/mail-filter/milter-regex/milter-regex-1.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/milter-regex/milter-regex-1.9.ebuild,v 1.2 2014/03/01 23:39:11 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/milter-regex/milter-regex-1.9.ebuild,v 1.3 2014/03/02 08:05:32 ago Exp $ EAPI=4 @@ -12,7 +12,7 @@ SRC_URI="http://www.benzedrine.cx/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="" RDEPEND="|| ( mail-filter/libmilter mail-mta/sendmail )" |