diff options
author | Alex Howells <astinus@gentoo.org> | 2005-02-28 21:49:30 +0000 |
---|---|---|
committer | Alex Howells <astinus@gentoo.org> | 2005-02-28 21:49:30 +0000 |
commit | 505b8056851edca2546aab2ffece95ae8c6b0565 (patch) | |
tree | 9661dd0155796a894969833abb6cdd508ecc4aa0 /net-mail/signify | |
parent | Adding curl to depend. closes 83381 (diff) | |
download | gentoo-2-505b8056851edca2546aab2ffece95ae8c6b0565.tar.gz gentoo-2-505b8056851edca2546aab2ffece95ae8c6b0565.tar.bz2 gentoo-2-505b8056851edca2546aab2ffece95ae8c6b0565.zip |
Keywording net-mail/signify as per request in bug 83580.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'net-mail/signify')
-rw-r--r-- | net-mail/signify/ChangeLog | 7 | ||||
-rw-r--r-- | net-mail/signify/signify-1.07.ebuild | 4 | ||||
-rw-r--r-- | net-mail/signify/signify-1.14.1.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/net-mail/signify/ChangeLog b/net-mail/signify/ChangeLog index f2c9ebc4a1a1..6435053c9ff1 100644 --- a/net-mail/signify/ChangeLog +++ b/net-mail/signify/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for net-mail/signify # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/ChangeLog,v 1.7 2005/01/13 20:00:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/ChangeLog,v 1.8 2005/02/28 21:49:30 astinus Exp $ + + 28 Feb 2005; Alex Howells <astinus@gentoo.org> signify-1.07.ebuild, + signify-1.14.1.ebuild: + Bug request 83580 is asking for keywording of net-mail/signify on AMD64. Both + versions in the tree seem to install and function, adding ~amd64 to both. *signify-1.14.1 (13 Jan 2005) diff --git a/net-mail/signify/signify-1.07.ebuild b/net-mail/signify/signify-1.07.ebuild index a72f8a56be89..0dbfb34bc561 100644 --- a/net-mail/signify/signify-1.07.ebuild +++ b/net-mail/signify/signify-1.07.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/signify-1.07.ebuild,v 1.17 2005/01/13 20:00:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/signify-1.07.ebuild,v 1.18 2005/02/28 21:49:30 astinus Exp $ S=${WORKDIR}/${PN} DESCRIPTION="A (semi-)random e-mail signature rotator" @@ -11,7 +11,7 @@ DEPEND="dev-lang/perl" SLOT="0" LICENSE="public-domain" -KEYWORDS="x86 sparc ppc" +KEYWORDS="~amd64 x86 sparc ppc" IUSE="" src_compile() { diff --git a/net-mail/signify/signify-1.14.1.ebuild b/net-mail/signify/signify-1.14.1.ebuild index ccf512000bbf..a6ef2506249e 100644 --- a/net-mail/signify/signify-1.14.1.ebuild +++ b/net-mail/signify/signify-1.14.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/signify-1.14.1.ebuild,v 1.1 2005/01/13 20:00:07 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/signify/signify-1.14.1.ebuild,v 1.2 2005/02/28 21:49:30 astinus Exp $ inherit versionator @@ -17,7 +17,7 @@ DEPEND="${RDEPEND} SLOT="0" LICENSE="public-domain" -KEYWORDS="~ppc ~sparc ~x86" +KEYWORDS="~ppc ~sparc ~x86 ~amd64" IUSE="" src_unpack() { |