diff options
author | Daniel Black <dragonheart@gentoo.org> | 2004-05-07 12:56:27 +0000 |
---|---|---|
committer | Daniel Black <dragonheart@gentoo.org> | 2004-05-07 12:56:27 +0000 |
commit | 788d930b02980a05a66a4a5bc3c9361107708f97 (patch) | |
tree | 0d6810f5fb38e6e3fb668f2f443564a17d63998b /dev-util/intel2gas | |
parent | x86 keyword added (Manifest recommit) (diff) | |
download | gentoo-2-788d930b02980a05a66a4a5bc3c9361107708f97.tar.gz gentoo-2-788d930b02980a05a66a4a5bc3c9361107708f97.tar.bz2 gentoo-2-788d930b02980a05a66a4a5bc3c9361107708f97.zip |
x86 keyword added
Diffstat (limited to 'dev-util/intel2gas')
-rw-r--r-- | dev-util/intel2gas/ChangeLog | 5 | ||||
-rw-r--r-- | dev-util/intel2gas/intel2gas-1.3.3.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-util/intel2gas/ChangeLog b/dev-util/intel2gas/ChangeLog index c0f602070d6c..5e548c02c282 100644 --- a/dev-util/intel2gas/ChangeLog +++ b/dev-util/intel2gas/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/intel2gas # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.1 2004/03/22 09:09:01 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/ChangeLog,v 1.2 2004/05/07 12:56:27 dragonheart Exp $ + + 07 May 2004; Daniel Black <dragonheart@gentoo.org> intel2gas-1.3.3.ebuild: + x86 keyword added *intel2gas-1.3.3 (22 Mar 2004) diff --git a/dev-util/intel2gas/intel2gas-1.3.3.ebuild b/dev-util/intel2gas/intel2gas-1.3.3.ebuild index 9f883103c3ff..01f14344145b 100644 --- a/dev-util/intel2gas/intel2gas-1.3.3.ebuild +++ b/dev-util/intel2gas/intel2gas-1.3.3.ebuild @@ -1,18 +1,17 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3.ebuild,v 1.1 2004/03/22 09:09:01 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/intel2gas/intel2gas-1.3.3.ebuild,v 1.2 2004/05/07 12:56:27 dragonheart Exp $ DESCRIPTION="Converts assembler source from Intel (NASM), to AT&T (gas)" HOMEPAGE="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/" SRC_URI="http://www.niksula.cs.hut.fi/~mtiihone/intel2gas/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="virtual/glibc sys-devel/gcc" RDEPEND="virtual/glibc" -S=${WORKDIR}/${P} src_compile() { econf || die "./configure failed" |