diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-12-20 00:31:04 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-12-20 00:31:04 +0000 |
commit | f0bdf9f9fd416d6c19cb31b0646d8900be0ee488 (patch) | |
tree | 3e28660b51afbdde2d8d8f99f75da37f9de73728 /dev-libs/shhopt | |
parent | Stable on x86, bug 106442. (diff) | |
download | gentoo-2-f0bdf9f9fd416d6c19cb31b0646d8900be0ee488.tar.gz gentoo-2-f0bdf9f9fd416d6c19cb31b0646d8900be0ee488.tar.bz2 gentoo-2-f0bdf9f9fd416d6c19cb31b0646d8900be0ee488.zip |
Added ~x86 keyword.
(Portage version: 2.1_pre1)
Diffstat (limited to 'dev-libs/shhopt')
-rw-r--r-- | dev-libs/shhopt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-libs/shhopt/Manifest | 4 | ||||
-rw-r--r-- | dev-libs/shhopt/shhopt-1.1.7.ebuild | 6 |
3 files changed, 10 insertions, 7 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..67587b685877 100644 --- a/dev-libs/shhopt/Manifest +++ b/dev-libs/shhopt/Manifest @@ -1,4 +1,4 @@ MD5 b11625b4a667aabb131c5df401c289d9 ChangeLog 335 -MD5 558d571f347bb9f3f4a1c7c1fd711300 metadata.xml 375 -MD5 f17590808d9aead1709ebe62a3016392 shhopt-1.1.7.ebuild 561 MD5 92f92cf859c357dfc0cd641f05cc33ee files/digest-shhopt-1.1.7 62 +MD5 558d571f347bb9f3f4a1c7c1fd711300 metadata.xml 375 +MD5 a5526d80eab0d65b03b70f1cd6af1982 shhopt-1.1.7.ebuild 566 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 |