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 | |
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')
-rw-r--r-- | dev-libs/shhopt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-libs/shhopt/ChangeLog b/dev-libs/shhopt/ChangeLog index 3bca87ec24e2..904eb69453cc 100644 --- a/dev-libs/shhopt/ChangeLog +++ b/dev-libs/shhopt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/shhopt # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.5 2007/01/10 13:58:09 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.6 2007/01/25 14:49:24 beandog Exp $ + + 25 Jan 2007; Steve Dibb <beandog@gentoo.org> shhopt-1.1.7.ebuild, + shhopt-1.1.7-r1.ebuild: + add ~amd64, bug 161227 *shhopt-1.1.7-r2 (10 Jan 2007) diff --git a/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild b/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild index 9839269197eb..8bc1877f1fd9 100644 --- a/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild +++ b/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 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-r1.ebuild,v 1.1 2006/12/14 01:20:00 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7-r1.ebuild,v 1.2 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_install () { dolib.a libshhopt.a 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 |