diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-05-28 17:23:10 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-05-28 17:23:10 +0000 |
commit | 5c26029ef56bba613644ccf22ad474908d9d7986 (patch) | |
tree | 97e10e3d11f3d0122dc6fdddb3eb0af23bd7ff98 /x11-misc | |
parent | Added ~sparc keyword. (diff) | |
download | gentoo-2-5c26029ef56bba613644ccf22ad474908d9d7986.tar.gz gentoo-2-5c26029ef56bba613644ccf22ad474908d9d7986.tar.bz2 gentoo-2-5c26029ef56bba613644ccf22ad474908d9d7986.zip |
stable on alpha amd64 ia64
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc')
-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 298b51c3a41f..4af20d7f6b64 100644 --- a/x11-misc/xclip/ChangeLog +++ b/x11-misc/xclip/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xclip # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/ChangeLog,v 1.8 2005/05/28 17:23:10 agriffis Exp $ + + 28 May 2005; Aron Griffis <agriffis@gentoo.org> xclip-0.08.ebuild: + stable on alpha amd64 ia64 23 May 2005; Aron Griffis <agriffis@gentoo.org> xclip-0.08.ebuild: add ~alpha ~ia64 diff --git a/x11-misc/xclip/xclip-0.08.ebuild b/x11-misc/xclip/xclip-0.08.ebuild index 74a17bddd50a..ff9972c547ff 100644 --- a/x11-misc/xclip/xclip-0.08.ebuild +++ b/x11-misc/xclip/xclip-0.08.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/x11-misc/xclip/xclip-0.08.ebuild,v 1.5 2005/05/23 03:55:16 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xclip/xclip-0.08.ebuild,v 1.6 2005/05/28 17:23:10 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="~alpha ~amd64 ~ia64 ppc x86" +KEYWORDS="alpha amd64 ia64 ppc x86" IUSE="" DEPEND="virtual/x11" |