diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-23 03:55:16 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-23 03:55:16 +0000 |
commit | 4fb40b81ad953485700f5ba9957f5483e478e268 (patch) | |
tree | 6c4cd457b4e7ed06949ae49450895916e7309751 /x11-misc/xclip | |
parent | Removing outdated ebuild (diff) | |
download | gentoo-2-4fb40b81ad953485700f5ba9957f5483e478e268.tar.gz gentoo-2-4fb40b81ad953485700f5ba9957f5483e478e268.tar.bz2 gentoo-2-4fb40b81ad953485700f5ba9957f5483e478e268.zip |
add ~alpha ~ia64
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index 44d84c4795ba..298b51c3a41f 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xclip -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.6 2004/08/05 17:44:47 slarti Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.7 2005/05/23 03:55:16 agriffis Exp $ + + 23 May 2005; Aron Griffis <agriffis@gentoo.org> xclip-0.08.ebuild: + add ~alpha ~ia64 05 Aug 2004; Tom Martin <slarti@gentoo.org> : Marked ~amd64; resolves bug 58436. Thanks to Marc-Éric Dupuis diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index 2b1e08111e7d..74a17bddd50a 100644 --- a/x11-misc/xclip/xclip-0.08.ebuild +++ b/x11-misc/xclip/xclip-0.08.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/x11-misc/xclip/xclip-0.08.ebuild,v 1.4 2004/08/04 20:06:18 lv Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.5 2005/05/23 03:55:16 agriffis Exp $ S=${WORKDIR}/xclip DESCRIPTION="Command-line utility to read data from standard in and place it in an X selection for pasting into X applications." @@ -9,7 +9,7 @@ HOMEPAGE="http://people.debian.org/~kims/xclip/" SLOT="0" LICENSE="GPL-2" -KEYWORDS="x86 ppc ~amd64" +KEYWORDS="~alpha ~amd64 ~ia64 ppc x86" IUSE="" DEPEND="virtual/x11" |