diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-05-31 22:25:17 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-05-31 22:25:17 +0000 |
commit | 0c8159f06289cd55731a43888822ba8023bf6386 (patch) | |
tree | 9dd16db8d3ced1e39b560ecd2934f680841a6fee /x11-misc | |
parent | dev-lang/mono-basic: version bump (diff) | |
download | gentoo-2-0c8159f06289cd55731a43888822ba8023bf6386.tar.gz gentoo-2-0c8159f06289cd55731a43888822ba8023bf6386.tar.bz2 gentoo-2-0c8159f06289cd55731a43888822ba8023bf6386.zip |
amd64 stable and fix quoting.
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/xsnap/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xsnap/xsnap-1.5.2.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/xsnap/ChangeLog b/x11-misc/xsnap/ChangeLog index 95080d435cfc..c23832cf1ac1 100644 --- a/x11-misc/xsnap/ChangeLog +++ b/x11-misc/xsnap/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xsnap -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.26 2006/11/09 17:18:46 nelchael Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/ChangeLog,v 1.27 2008/05/31 22:25:17 coldwind Exp $ + + 31 May 2008; Santiago M. Mola <coldwind@gentoo.org> xsnap-1.5.2.ebuild: + amd64 stable and fix quoting. *xsnap-1.5.2 (09 Nov 2006) diff --git a/x11-misc/xsnap/xsnap-1.5.2.ebuild b/x11-misc/xsnap/xsnap-1.5.2.ebuild index ad78a07ef25a..b6589829437a 100644 --- a/x11-misc/xsnap/xsnap-1.5.2.ebuild +++ b/x11-misc/xsnap/xsnap-1.5.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v 1.1 2006/11/09 17:18:46 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xsnap/xsnap-1.5.2.ebuild,v 1.2 2008/05/31 22:25:17 coldwind Exp $ DESCRIPTION="Program to interactively take a 'snapshot' of a region of the screen" SRC_URI="ftp://ftp.ac-grenoble.fr/ge/Xutils/${P}.tar.bz2" @@ -8,7 +8,7 @@ HOMEPAGE="ftp://ftp.ac-grenoble.fr/ge/Xutils/" SLOT="0" LICENSE="as-is" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc ~x86" IUSE="" RDEPEND="x11-libs/libX11 @@ -39,8 +39,8 @@ src_compile() { src_install() { - make DESTDIR=${D} install || die "make install failed" - make DESTDIR=${D} install.man || die "make install.man failed" + make DESTDIR="${D}" install || die "make install failed" + make DESTDIR="${D}" install.man || die "make install.man failed" dodoc README AUTHORS } |