diff options
author | 2010-03-29 20:03:48 +0000 | |
---|---|---|
committer | 2010-03-29 20:03:48 +0000 | |
commit | 37ee878ffd6898ab528dbc7e5b4745d0a5e4634d (patch) | |
tree | 75233051dbb8728b04bf50d6fc22500a64ce01ad /net-mail | |
parent | Keyworded for ~x86-linux ~amd64-linux, EAPI=3 port (diff) | |
download | gentoo-2-37ee878ffd6898ab528dbc7e5b4745d0a5e4634d.tar.gz gentoo-2-37ee878ffd6898ab528dbc7e5b4745d0a5e4634d.tar.bz2 gentoo-2-37ee878ffd6898ab528dbc7e5b4745d0a5e4634d.zip |
Marked ~ppc-macos, ~x86-solaris and ~sparc-solaris, bug #310751
(Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/mpack/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/mpack/mpack-1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-mail/mpack/ChangeLog b/net-mail/mpack/ChangeLog index 4c4745f04c8b..5a87dc414e90 100644 --- a/net-mail/mpack/ChangeLog +++ b/net-mail/mpack/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/mpack -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/ChangeLog,v 1.13 2009/09/23 19:08:49 patrick Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/ChangeLog,v 1.14 2010/03/29 20:03:48 grobian Exp $ + + 29 Mar 2010; Fabian Groffen <grobian@gentoo.org> mpack-1.6.ebuild: + Marked ~ppc-macos, ~x86-solaris and ~sparc-solaris, bug #310751 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> mpack-1.5.ebuild, mpack-1.5-r1.ebuild: diff --git a/net-mail/mpack/mpack-1.6.ebuild b/net-mail/mpack/mpack-1.6.ebuild index c88da357d6d8..1655629a5032 100644 --- a/net-mail/mpack/mpack-1.6.ebuild +++ b/net-mail/mpack/mpack-1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.6.ebuild,v 1.2 2008/12/08 01:55:09 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/mpack/mpack-1.6.ebuild,v 1.3 2010/03/29 20:03:48 grobian Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="ftp://ftp.andrew.cmu.edu/pub/mpack/${P}.tar.gz" SLOT="0" LICENSE="as-is" -KEYWORDS="~sparc ~x86" +KEYWORDS="~sparc ~x86 ~ppc-macos ~sparc-solaris ~x86-solaris" IUSE="" src_unpack() { |