diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-12-20 00:29:23 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-12-20 00:29:23 +0000 |
commit | ddac502092acee4bb8a0eb3cb022ed577e0a82f6 (patch) | |
tree | 5ae5e82ea64856de1c5d8813391b1dc52dc41508 /dev-libs | |
parent | Stable on x86, bug 106442. (diff) | |
download | historical-ddac502092acee4bb8a0eb3cb022ed577e0a82f6.tar.gz historical-ddac502092acee4bb8a0eb3cb022ed577e0a82f6.tar.bz2 historical-ddac502092acee4bb8a0eb3cb022ed577e0a82f6.zip |
Added ~x86 keyword.
Package-Manager: portage-2.1_pre1
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/shhopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/shhopt/Manifest | 16 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 6 |
3 files changed, 21 insertions, 8 deletions
diff --git a/dev-libs/shhopt/ChangeLog b/dev-libs/shhopt/ChangeLog index 0bef19a63d6d..0905d7a47f7d 100644 --- a/dev-libs/shhopt/ChangeLog +++ b/dev-libs/shhopt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/shhopt -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.2 2004/06/24 23:33:36 agriffis Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/ChangeLog,v 1.3 2005/12/20 00:29:23 ticho Exp $ + + 20 Dec 2005; Andrej Kacian <ticho@gentoo.org> shhopt-1.1.7.ebuild: + Added ~x86 keyword. *shhopt-1.1.7 (01 Mar 2004) diff --git a/dev-libs/shhopt/Manifest b/dev-libs/shhopt/Manifest index 0572baad611d..a3e1be76a576 100644 --- a/dev-libs/shhopt/Manifest +++ b/dev-libs/shhopt/Manifest @@ -1,4 +1,14 @@ -MD5 b11625b4a667aabb131c5df401c289d9 ChangeLog 335 -MD5 558d571f347bb9f3f4a1c7c1fd711300 metadata.xml 375 -MD5 f17590808d9aead1709ebe62a3016392 shhopt-1.1.7.ebuild 561 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 d46381b47c585057901370117c740ee0 ChangeLog 424 MD5 92f92cf859c357dfc0cd641f05cc33ee files/digest-shhopt-1.1.7 62 +MD5 558d571f347bb9f3f4a1c7c1fd711300 metadata.xml 375 +MD5 4b9922c3874d13ce6aa51818d754b8e6 shhopt-1.1.7.ebuild 563 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFDp1B+QlM6RnzZP+IRArhHAKCL/8xTegMWfgaW30OiDXqfLY+BdwCeJGTH +zMWpEUIiegE9CIt2f3+EITk= +=CgBS +-----END PGP SIGNATURE----- diff --git a/dev-libs/shhopt/shhopt-1.1.7.ebuild b/dev-libs/shhopt/shhopt-1.1.7.ebuild index 6690c7a9b24a..ccbf2d5dd6e5 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-2004 Gentoo Foundation +# Copyright 1999-2005 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.3 2004/10/05 13:26:58 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/shhopt/shhopt-1.1.7.ebuild,v 1.4 2005/12/20 00:29:23 ticho 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" +KEYWORDS="ppc ~x86" src_compile() { emake || die |