diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-02-06 05:33:27 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-02-06 05:33:27 +0000 |
commit | 1642f3c46caf44eba003d68d62b33da58c68a194 (patch) | |
tree | 8cd049fd2af7e2f8240cec129d4cee86fb27577c | |
parent | Undo previous commit: yelp-xsl works with all virtual/awk implementations exc... (diff) | |
download | gentoo-2-1642f3c46caf44eba003d68d62b33da58c68a194.tar.gz gentoo-2-1642f3c46caf44eba003d68d62b33da58c68a194.tar.bz2 gentoo-2-1642f3c46caf44eba003d68d62b33da58c68a194.zip |
added ~amd64-fbsd as sys-apps/gawk has it
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key C2000586)
-rw-r--r-- | virtual/awk/ChangeLog | 7 | ||||
-rw-r--r-- | virtual/awk/awk-0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/virtual/awk/ChangeLog b/virtual/awk/ChangeLog index 8f248071d003..3fad8d0cd853 100644 --- a/virtual/awk/ChangeLog +++ b/virtual/awk/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for virtual/awk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/awk/ChangeLog,v 1.3 2012/08/22 14:52:58 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/awk/ChangeLog,v 1.4 2013/02/06 05:33:27 ottxor Exp $ + + 06 Feb 2013; Christoph Junghans <ottxor@gentoo.org> awk-0.ebuild: + added ~amd64-fbsd as sys-apps/gawk has it 22 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> awk-0.ebuild: QA: mark stable on all arches, since there is bound to be a stable version of diff --git a/virtual/awk/awk-0.ebuild b/virtual/awk/awk-0.ebuild index 8ee213809a06..d9a2281b24fe 100644 --- a/virtual/awk/awk-0.ebuild +++ b/virtual/awk/awk-0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/awk/awk-0.ebuild,v 1.4 2012/08/22 14:52:58 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/awk/awk-0.ebuild,v 1.5 2013/02/06 05:33:27 ottxor Exp $ DESCRIPTION="Virtual for awk implementation" HOMEPAGE="" @@ -8,7 +8,7 @@ SRC_URI="" LICENSE="" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd ~x86-macos" +KEYWORDS="alpha amd64 arm hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-macos" IUSE="" DEPEND="" |