diff options
author | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-07 11:47:09 +0000 |
---|---|---|
committer | Friedrich Oslage <bluebird@gentoo.org> | 2008-06-07 11:47:09 +0000 |
commit | 15791388eb78760d2aae6ba2903864a3636fa33e (patch) | |
tree | 69513c7e87f5f5e170f39eb9aa40f8554ad1d4cc /mail-filter/bogofilter | |
parent | Add patch to fix building with --as-needed, closes bug #225211. Thanks to Hon... (diff) | |
download | gentoo-2-15791388eb78760d2aae6ba2903864a3636fa33e.tar.gz gentoo-2-15791388eb78760d2aae6ba2903864a3636fa33e.tar.bz2 gentoo-2-15791388eb78760d2aae6ba2903864a3636fa33e.zip |
stable on sparc, bug #224849
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-filter/bogofilter')
-rw-r--r-- | mail-filter/bogofilter/ChangeLog | 6 | ||||
-rw-r--r-- | mail-filter/bogofilter/bogofilter-1.1.7.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/mail-filter/bogofilter/ChangeLog b/mail-filter/bogofilter/ChangeLog index 17b723517fe3..9c34b645360f 100644 --- a/mail-filter/bogofilter/ChangeLog +++ b/mail-filter/bogofilter/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-filter/bogofilter # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.105 2008/06/04 16:19:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/ChangeLog,v 1.106 2008/06/07 11:47:09 bluebird Exp $ + + 07 Jun 2008; Friedrich Oslage <bluebird@gentoo.org> + bogofilter-1.1.7.ebuild: + stable on sparc, bug #224849 04 Jun 2008; Markus Rothe <corsair@gentoo.org> bogofilter-1.1.7.ebuild: Stable on ppc64; bug #224849 diff --git a/mail-filter/bogofilter/bogofilter-1.1.7.ebuild b/mail-filter/bogofilter/bogofilter-1.1.7.ebuild index fd04a4b7f84d..9a8d454590e0 100644 --- a/mail-filter/bogofilter/bogofilter-1.1.7.ebuild +++ b/mail-filter/bogofilter/bogofilter-1.1.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.1.7.ebuild,v 1.4 2008/06/04 16:19:00 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-filter/bogofilter/bogofilter-1.1.7.ebuild,v 1.5 2008/06/07 11:47:09 bluebird Exp $ inherit db-use flag-o-matic @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sh ~sparc x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~ppc ppc64 ~sh sparc x86 ~x86-fbsd" IUSE="gsl berkdb sqlite" DEPEND="virtual/libiconv @@ -72,6 +72,6 @@ src_install() { pkg_postinst() { echo - elog "If you need ${ROOT}usr/bin/bf_tar please install app-arch/pax." + elog "If you need '${ROOT}usr/bin/bf_tar' please install app-arch/pax." echo } |