diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 06:22:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-07 06:22:34 +0000 |
commit | 4bed03ef3b3d7748dd82f8cf4947f38e9b72a2be (patch) | |
tree | cddaad480dc1993956e5fe2a61fc47aaf2c7326f /net-mail/qmhandle | |
parent | Fix local use flags for graphicsmagick. (diff) | |
download | historical-4bed03ef3b3d7748dd82f8cf4947f38e9b72a2be.tar.gz historical-4bed03ef3b3d7748dd82f8cf4947f38e9b72a2be.tar.bz2 historical-4bed03ef3b3d7748dd82f8cf4947f38e9b72a2be.zip |
Stable on alpha.
Diffstat (limited to 'net-mail/qmhandle')
-rw-r--r-- | net-mail/qmhandle/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/qmhandle/qmhandle-1.1.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-mail/qmhandle/ChangeLog b/net-mail/qmhandle/ChangeLog index 962e59b65552..5ead1fd89f2e 100644 --- a/net-mail/qmhandle/ChangeLog +++ b/net-mail/qmhandle/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/qmhandle # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.5 2004/05/05 07:12:28 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/ChangeLog,v 1.6 2004/06/07 06:22:34 kloeri Exp $ + + 07 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> qmhandle-1.1.1.ebuild: + Stable on alpha. 05 May 2004; Daniel Black <dragonheart@gentoo.org> qmhandle-1.1.1.ebuild: QA Fix - inherit before DESCRIPTION diff --git a/net-mail/qmhandle/qmhandle-1.1.1.ebuild b/net-mail/qmhandle/qmhandle-1.1.1.ebuild index 39b9a2661dd7..c07eb2f59ac9 100644 --- a/net-mail/qmhandle/qmhandle-1.1.1.ebuild +++ b/net-mail/qmhandle/qmhandle-1.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.8 2004/05/30 10:59:29 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmhandle/qmhandle-1.1.1.ebuild,v 1.9 2004/06/07 06:22:34 kloeri Exp $ inherit eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://qmhandle.sf.net/" SRC_URI="mirror://sourceforge/qmhandle/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~alpha ~hppa ~ppc ~sparc amd64 ia64" +KEYWORDS="x86 alpha ~hppa ~ppc ~sparc amd64 ia64" # Should run on all platforms without issue IUSE="" RDEPEND="|| ( mail-mta/qmail mail-mta/qmail-mysql mail-mta/qmail-ldap ) dev-lang/perl sys-apps/psmisc" |