diff options
author | Travis Tilley <lv@gentoo.org> | 2004-08-04 20:06:18 +0000 |
---|---|---|
committer | Travis Tilley <lv@gentoo.org> | 2004-08-04 20:06:18 +0000 |
commit | 7092137122fff9d6049244370d6f167e8ab17158 (patch) | |
tree | 49c09fc6c6c265ac950efe6e22aebced2abc4bda /x11-misc/xclip | |
parent | Removing old versions. (Manifest recommit) (diff) | |
download | gentoo-2-7092137122fff9d6049244370d6f167e8ab17158.tar.gz gentoo-2-7092137122fff9d6049244370d6f167e8ab17158.tar.bz2 gentoo-2-7092137122fff9d6049244370d6f167e8ab17158.zip |
~amd64
Diffstat (limited to 'x11-misc/xclip')
-rw-r--r-- | x11-misc/xclip/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/xclip/xclip-0.08.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/xclip/ChangeLog b/x11-misc/xclip/ChangeLog index b7b81d195e80..0b9d990fd42e 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.4 2004/06/24 22:39:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.5 2004/08/04 20:06:18 lv Exp $ + + 04 Aug 2004; Travis Tilley <lv@gentoo.org> xclip-0.08.ebuild: + added ~amd64 keyword 01 Jun 2004; Brandon Hale <tseng@gentoo.org> xclip-0.05.ebuild, xclip-0.08.ebuild: diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index 1a02fcf31944..2b1e08111e7d 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 # 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.3 2004/06/24 22:39:15 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.4 2004/08/04 20:06:18 lv 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" +KEYWORDS="x86 ppc ~amd64" IUSE="" DEPEND="virtual/x11" |