diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-23 15:46:43 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-03-23 15:46:43 +0000 |
commit | 645affe76cbc31105ede45f5027cb29eea79fffc (patch) | |
tree | 4e124973e6a7db7a8cb224519611c99a2b4eb3a8 /x11-misc/xkeycaps/xkeycaps-2.46.ebuild | |
parent | New version for GNOME-2.22. Recognizes lzma packed man and info pages, follow... (diff) | |
download | gentoo-2-645affe76cbc31105ede45f5027cb29eea79fffc.tar.gz gentoo-2-645affe76cbc31105ede45f5027cb29eea79fffc.tar.bz2 gentoo-2-645affe76cbc31105ede45f5027cb29eea79fffc.zip |
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/xkeycaps/xkeycaps-2.46.ebuild')
-rw-r--r-- | x11-misc/xkeycaps/xkeycaps-2.46.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild b/x11-misc/xkeycaps/xkeycaps-2.46.ebuild index cd6f95af526d..c0bd63abd429 100644 --- a/x11-misc/xkeycaps/xkeycaps-2.46.ebuild +++ b/x11-misc/xkeycaps/xkeycaps-2.46.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/xkeycaps/xkeycaps-2.46.ebuild,v 1.20 2006/10/21 21:43:29 omp Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/xkeycaps-2.46.ebuild,v 1.21 2008/03/23 15:46:43 coldwind Exp $ inherit eutils @@ -9,7 +9,7 @@ SRC_URI="http://www.jwz.org/${PN}/${P}.tar.Z" HOMEPAGE="http://www.jwz.org/xkeycaps/" LICENSE="as-is" -KEYWORDS="x86 sparc ppc ~amd64 ppc64" +KEYWORDS="amd64 ppc ppc64 sparc x86" SLOT="0" IUSE="" @@ -40,6 +40,6 @@ src_compile() { } src_install () { - make DESTDIR=${D} install || die "make install failed" + make DESTDIR="${D}" install || die "make install failed" dodoc README *.txt || die "dodoc failed" } |