summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-03-23 15:46:43 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-03-23 15:46:43 +0000
commit645affe76cbc31105ede45f5027cb29eea79fffc (patch)
tree4e124973e6a7db7a8cb224519611c99a2b4eb3a8 /x11-misc/xkeycaps
parentNew version for GNOME-2.22. Recognizes lzma packed man and info pages, follow... (diff)
downloadgentoo-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')
-rw-r--r--x11-misc/xkeycaps/ChangeLog7
-rw-r--r--x11-misc/xkeycaps/xkeycaps-2.46.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/xkeycaps/ChangeLog b/x11-misc/xkeycaps/ChangeLog
index a57a3adfb33b..7fb7522eb18c 100644
--- a/x11-misc/xkeycaps/ChangeLog
+++ b/x11-misc/xkeycaps/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xkeycaps
-# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.18 2006/10/21 21:43:29 omp Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xkeycaps/ChangeLog,v 1.19 2008/03/23 15:46:43 coldwind Exp $
+
+ 23 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> xkeycaps-2.46.ebuild:
+ amd64 stable
21 Oct 2006; David Shakaryan <omp@gentoo.org> xkeycaps-2.46.ebuild:
Remove monolithic X from dependencies and fix quotes.
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"
}