diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-05-06 17:52:32 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-05-06 17:52:32 +0000 |
commit | c3312d0741ce0953ab9be5d78c2a88fead410e38 (patch) | |
tree | 997f107bf991b1bce56a77e3131eb8bf14e55bec /x11-misc/grabc | |
parent | Added ~sparc, #50264 (diff) | |
download | historical-c3312d0741ce0953ab9be5d78c2a88fead410e38.tar.gz historical-c3312d0741ce0953ab9be5d78c2a88fead410e38.tar.bz2 historical-c3312d0741ce0953ab9be5d78c2a88fead410e38.zip |
Add IUSE=
Diffstat (limited to 'x11-misc/grabc')
-rw-r--r-- | x11-misc/grabc/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/grabc/grabc-1.1.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11-misc/grabc/ChangeLog b/x11-misc/grabc/ChangeLog index bc80216e376d..b802b1bcb241 100644 --- a/x11-misc/grabc/ChangeLog +++ b/x11-misc/grabc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/grabc -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/ChangeLog,v 1.2 2003/11/03 08:37:04 abhishek Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/ChangeLog,v 1.3 2004/05/06 17:52:32 tseng Exp $ + + 06 May 2004; Brandon Hale <tseng@gentoo.org> grabc-1.1.ebuild: + Add IUSE= 03 Nov 2003; Abhishek Amit <abhishek@gentoo.org> metadata.xml: Added metadata.xml diff --git a/x11-misc/grabc/grabc-1.1.ebuild b/x11-misc/grabc/grabc-1.1.ebuild index 21912146f206..fa91c25780aa 100644 --- a/x11-misc/grabc/grabc-1.1.ebuild +++ b/x11-misc/grabc/grabc-1.1.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/grabc/grabc-1.1.ebuild,v 1.1 2003/10/02 07:47:40 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/grabc/grabc-1.1.ebuild,v 1.2 2004/05/06 17:52:32 tseng Exp $ S="${WORKDIR}/${PN}${PV}" DESCRIPTION="A simple but useful program to determine the color string in hex (or RGB components) by clicking on a pixel on the screen" @@ -10,6 +10,7 @@ SRC_URI="http://www.muquit.com/muquit/software/${PN}/${PN}${PV}.tar.gz" LICENSE="GPL-2" KEYWORDS="x86" SLOT="0" +IUSE="" RDEPEND="virtual/x11" DEPEND="${RDEPEND} |