diff options
author | Jason Wever <weeve@gentoo.org> | 2004-02-12 03:55:05 +0000 |
---|---|---|
committer | Jason Wever <weeve@gentoo.org> | 2004-02-12 03:55:05 +0000 |
commit | afadcbda1abf19e5c7c33a2a06da2169e9451cc5 (patch) | |
tree | 5ac5b7ab27131061da973d47ab4bfcfcb0d19a37 /x11-misc/xsnap | |
parent | fix bug #41297. fix bug #31202. (diff) | |
download | historical-afadcbda1abf19e5c7c33a2a06da2169e9451cc5.tar.gz historical-afadcbda1abf19e5c7c33a2a06da2169e9451cc5.tar.bz2 historical-afadcbda1abf19e5c7c33a2a06da2169e9451cc5.zip |
Added ~sparc keyword so squash doesn't whip me again.
Diffstat (limited to 'x11-misc/xsnap')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsnap/Manifest | 6 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.3.ebuild | 6 |
3 files changed, 11 insertions, 8 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 5c19f914da38..25a5f334dc2d 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnap -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.2 2003/11/20 03:00:18 vapier Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.3 2004/02/12 03:55:05 weeve Exp $ + + 11 Feb 2004; Jason Wever <weeve@gentoo.org> xsnap-1.3.ebuild: + Added ~sparc keyword so squash doesn't whip me again. *xsnap-1.3 (18 Nov 2003) diff --git a/x11-misc/xsnap/Manifest b/x11-misc/xsnap/Manifest index 120f141966ec..077498fb1020 100644 --- a/x11-misc/xsnap/Manifest +++ b/x11-misc/xsnap/Manifest @@ -1,4 +1,4 @@ -MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57 -MD5 13348fcf249e0beda8fbc136066b9ea8 xsnap-1.3.ebuild 658 -MD5 77ef1f13f17899a3658e11af643fe666 ChangeLog 908 +MD5 0eb2bfd8fa8243066b84b8bffa897bf7 ChangeLog 1028 MD5 6b2f8ecd3ad0e55432fa394deb816e86 metadata.xml 174 +MD5 3a5cbf5adfc4df414eb40bf76110078b xsnap-1.3.ebuild 663 +MD5 8935756ffcda63188f1df02d678f8cb5 files/digest-xsnap-1.3 57 diff --git a/x11-misc/xsnap/xsnap-1.3.ebuild b/x11-misc/xsnap/xsnap-1.3.ebuild index 22d72b940e6a..3e5af70295fa 100644 --- a/x11-misc/xsnap/xsnap-1.3.ebuild +++ b/x11-misc/xsnap/xsnap-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.1 2003/11/18 04:30:48 port001 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.3.ebuild,v 1.2 2004/02/12 03:55:05 weeve Exp $ S=${WORKDIR}/${P} DESCRIPTION="Program to interactively take a 'snapshot' of a region of @@ -10,7 +10,7 @@ HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" SLOT="0" LICENSE="BSD" -KEYWORDS="x86 ppc" +KEYWORDS="x86 ppc ~sparc" DEPEND="virtual/x11" |