diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-08-19 18:14:02 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-08-19 18:14:02 +0000 |
commit | b91e7b06256612e49c6186fa5252a009cf775365 (patch) | |
tree | c4923957856331f2a2ca233b5e0b2abd3304c870 /dev-util/shc | |
parent | Version bump. (diff) | |
download | gentoo-2-b91e7b06256612e49c6186fa5252a009cf775365.tar.gz gentoo-2-b91e7b06256612e49c6186fa5252a009cf775365.tar.bz2 gentoo-2-b91e7b06256612e49c6186fa5252a009cf775365.zip |
Add ~amd64. Bug #379721
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/shc')
-rw-r--r-- | dev-util/shc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/shc/shc-3.8.7.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-util/shc/ChangeLog b/dev-util/shc/ChangeLog index 9ba6a820a194..d3d99900c351 100644 --- a/dev-util/shc/ChangeLog +++ b/dev-util/shc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/shc # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.17 2011/04/12 02:55:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/ChangeLog,v 1.18 2011/08/19 18:14:02 hwoarang Exp $ + + 19 Aug 2011; Markos Chandras <hwoarang@gentoo.org> shc-3.8.7.ebuild: + Add ~amd64. Bug #379721 *shc-3.8.7 (12 Apr 2011) diff --git a/dev-util/shc/shc-3.8.7.ebuild b/dev-util/shc/shc-3.8.7.ebuild index fc4fedd10beb..ea46046a41d9 100644 --- a/dev-util/shc/shc-3.8.7.ebuild +++ b/dev-util/shc/shc-3.8.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.8.7.ebuild,v 1.1 2011/04/12 02:55:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shc/shc-3.8.7.ebuild,v 1.2 2011/08/19 18:14:02 hwoarang Exp $ EAPI="2" @@ -12,7 +12,7 @@ SRC_URI="http://www.datsi.fi.upm.es/~frosal/sources/${P}.tgz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~ppc ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" IUSE="" RESTRICT="test" |