diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 04:15:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 04:15:44 +0000 |
commit | 0d1c40bbd70f9156726332bad6e638a9dc520d75 (patch) | |
tree | 4e15b97d94fdb6a2b1710d6b872f6b1889e8e69b /virtual/mta | |
parent | Add arm64 love. (diff) | |
download | gentoo-2-0d1c40bbd70f9156726332bad6e638a9dc520d75.tar.gz gentoo-2-0d1c40bbd70f9156726332bad6e638a9dc520d75.tar.bz2 gentoo-2-0d1c40bbd70f9156726332bad6e638a9dc520d75.zip |
Add arm64 love.
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Diffstat (limited to 'virtual/mta')
-rw-r--r-- | virtual/mta/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/mta/mta-1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/mta/ChangeLog b/virtual/mta/ChangeLog index 57343bdb98d3..f0a1d0c998c4 100644 --- a/virtual/mta/ChangeLog +++ b/virtual/mta/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/mta -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.12 2013/03/17 23:43:28 zx2c4 Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/ChangeLog,v 1.13 2014/01/18 04:15:44 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> mta-1.ebuild: + Add arm64 love. 17 Mar 2013; Jason A. Donenfeld <zx2c4@gentoo.org> mta-1.ebuild: Fix typo. diff --git a/virtual/mta/mta-1.ebuild b/virtual/mta/mta-1.ebuild index 19114326c422..72661e371dad 100644 --- a/virtual/mta/mta-1.ebuild +++ b/virtual/mta/mta-1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/mta/mta-1.ebuild,v 1.4 2013/03/17 23:43:28 zx2c4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/mta/mta-1.ebuild,v 1.5 2014/01/18 04:15:44 vapier Exp $ EAPI=4 @@ -10,7 +10,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="" DEPEND="" |