diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-10-15 08:12:06 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2007-10-15 08:12:06 +0000 |
commit | 65bdac245f8ce2574ac3cae2f07abd1c3beb719d (patch) | |
tree | 55017dc60dbac19534bae585756732995894fe99 /app-text/nopaste | |
parent | fix quoting for variable, thanks Donnie (diff) | |
download | gentoo-2-65bdac245f8ce2574ac3cae2f07abd1c3beb719d.tar.gz gentoo-2-65bdac245f8ce2574ac3cae2f07abd1c3beb719d.tar.bz2 gentoo-2-65bdac245f8ce2574ac3cae2f07abd1c3beb719d.zip |
Remove x11-misc/xcut from RDEPEND.
(Portage version: 2.1.3.13)
Diffstat (limited to 'app-text/nopaste')
-rw-r--r-- | app-text/nopaste/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/nopaste/nopaste-1992.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/nopaste/ChangeLog b/app-text/nopaste/ChangeLog index 65d10ac8a46e..d6ba5bd89e86 100644 --- a/app-text/nopaste/ChangeLog +++ b/app-text/nopaste/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/nopaste # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.16 2007/08/17 13:12:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/ChangeLog,v 1.17 2007/10/15 08:12:06 nelchael Exp $ + + 15 Oct 2007; Krzysiek Pawlik <nelchael@gentoo.org> nopaste-1992.ebuild: + Remove x11-misc/xcut from RDEPEND. 17 Aug 2007; Gustavo Zacarias <gustavoz@gentoo.org> nopaste-1992.ebuild: Keyworded ~sparc wrt #189218 diff --git a/app-text/nopaste/nopaste-1992.ebuild b/app-text/nopaste/nopaste-1992.ebuild index d96966442f2d..fca6bbd07c5c 100644 --- a/app-text/nopaste/nopaste-1992.ebuild +++ b/app-text/nopaste/nopaste-1992.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.7 2007/08/17 13:12:30 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/nopaste/nopaste-1992.ebuild,v 1.8 2007/10/15 08:12:06 nelchael Exp $ DESCRIPTION="command-line interface to rafb.net/paste" HOMEPAGE="http://n01se.net/agriffis/nopaste/" @@ -14,7 +14,7 @@ IUSE="X" DEPEND="" RDEPEND="${DEPEND} dev-lang/ruby - X? ( || ( x11-misc/xclip x11-misc/xcut ) )" + X? ( x11-misc/xclip )" S=${WORKDIR} |