diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-01-25 14:49:24 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-01-25 14:49:24 +0000 |
commit | 6cb7adeaf31af692c222c877216fc105ea525390 (patch) | |
tree | f39af39e231e77efa244d4c7de49804ff9ff4e0c /dev-libs/shhopt/shhopt-1.1.7.ebuild | |
parent | New alpha release. Significant improvements to HTTP stream handling, do test ... (diff) | |
download | gentoo-2-6cb7adeaf31af692c222c877216fc105ea525390.tar.gz gentoo-2-6cb7adeaf31af692c222c877216fc105ea525390.tar.bz2 gentoo-2-6cb7adeaf31af692c222c877216fc105ea525390.zip |
add ~amd64, bug 161227
(Portage version: 2.1.1-r2)
Diffstat (limited to 'dev-libs/shhopt/shhopt-1.1.7.ebuild')
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/shhopt/shhopt-1.1.7.ebuild b/dev-libs/shhopt/shhopt-1.1.7.ebuild index ccbf2d5dd6e5..a14602c0a9c4 100644 --- a/dev-libs/shhopt/shhopt-1.1.7.ebuild +++ b/dev-libs/shhopt/shhopt-1.1.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.4 2005/12/20 00:29:23 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.5 2007/01/25 14:49:24 beandog Exp $ DESCRIPTION="library for parsing command line options" SRC_URI="http://shh.thathost.com/pub-unix/files/${P}.tar.gz" @@ -9,7 +9,7 @@ LICENSE="Artistic" DEPEND="" IUSE="" SLOT="0" -KEYWORDS="ppc ~x86" +KEYWORDS="~amd64 ppc ~x86" src_compile() { emake || die |