summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSantiago M. Mola <coldwind@gentoo.org>2008-03-23 14:51:30 +0000
committerSantiago M. Mola <coldwind@gentoo.org>2008-03-23 14:51:30 +0000
commita840e94273d7d8ff7308d5eea49aff7c7eeb2e07 (patch)
tree573e30173b4bf2f14c3cffd28aa96785f795956f /x11-misc/wmctrl
parentStable on ppc wrt bug 214281 (diff)
downloadgentoo-2-a840e94273d7d8ff7308d5eea49aff7c7eeb2e07.tar.gz
gentoo-2-a840e94273d7d8ff7308d5eea49aff7c7eeb2e07.tar.bz2
gentoo-2-a840e94273d7d8ff7308d5eea49aff7c7eeb2e07.zip
amd64 stable
(Portage version: 2.1.4.4)
Diffstat (limited to 'x11-misc/wmctrl')
-rw-r--r--x11-misc/wmctrl/ChangeLog7
-rw-r--r--x11-misc/wmctrl/wmctrl-1.07-r1.ebuild8
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-misc/wmctrl/ChangeLog b/x11-misc/wmctrl/ChangeLog
index 19b237291e93..6fb7ab06cd85 100644
--- a/x11-misc/wmctrl/ChangeLog
+++ b/x11-misc/wmctrl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/wmctrl
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.14 2007/06/10 01:58:50 lack Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/ChangeLog,v 1.15 2008/03/23 14:51:30 coldwind Exp $
+
+ 23 Mar 2008; Santiago M. Mola <coldwind@gentoo.org> wmctrl-1.07-r1.ebuild:
+ amd64 stable
*wmctrl-1.07-r1 (10 Jun 2007)
diff --git a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild b/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild
index 26515195fa66..18100f515206 100644
--- a/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild
+++ b/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 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/wmctrl/wmctrl-1.07-r1.ebuild,v 1.1 2007/06/10 01:58:50 lack Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmctrl/wmctrl-1.07-r1.ebuild,v 1.2 2008/03/23 14:51:30 coldwind Exp $
inherit eutils
@@ -10,7 +10,7 @@ SRC_URI="http://sweb.cz/tripie/utils/wmctrl/dist/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2
@@ -22,7 +22,7 @@ DEPEND="${RDEPEND}
x11-proto/xproto"
src_unpack() {
- unpack "${A}"
+ unpack ${A}
cd "${S}"
epatch "${FILESDIR}/amd64-Xlib.patch" || die "Patch failed"
}