summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-06-15 13:12:30 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-06-15 13:12:30 +0000
commit3f13ed9aaeccc61ddd0727f6aba433430a92e12f (patch)
tree8eecfa10606db7cdf5dcb2642e21eef64c93824a /gnome-extra/lock-keys-applet
parentuse autotools eclass instead of calling autoconf directly, bug #226643. Fix v... (diff)
downloadgentoo-2-3f13ed9aaeccc61ddd0727f6aba433430a92e12f.tar.gz
gentoo-2-3f13ed9aaeccc61ddd0727f6aba433430a92e12f.tar.bz2
gentoo-2-3f13ed9aaeccc61ddd0727f6aba433430a92e12f.zip
call eautomake when touching Makefile.am, bug #226731.
(Portage version: 2.1.5.4)
Diffstat (limited to 'gnome-extra/lock-keys-applet')
-rw-r--r--gnome-extra/lock-keys-applet/ChangeLog6
-rw-r--r--gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild6
2 files changed, 9 insertions, 3 deletions
diff --git a/gnome-extra/lock-keys-applet/ChangeLog b/gnome-extra/lock-keys-applet/ChangeLog
index f98c6b741493..fe3742619ca1 100644
--- a/gnome-extra/lock-keys-applet/ChangeLog
+++ b/gnome-extra/lock-keys-applet/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnome-extra/lock-keys-applet
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/ChangeLog,v 1.8 2008/02/24 22:33:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/ChangeLog,v 1.9 2008/06/15 13:12:30 eva Exp $
+
+ 15 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ lock-keys-applet-1.0.ebuild:
+ call eautomake when touching Makefile.am, bug #226731.
24 Feb 2008; Gilles Dartiguelongue <eva@gentoo.org>
+files/lock-keys-applet-1.0-gtk-disable-deprecated.patch,
diff --git a/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild b/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
index b9df6d1e4edd..cd28387c2c52 100644
--- a/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
+++ b/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild,v 1.11 2008/02/24 22:33:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild,v 1.12 2008/06/15 13:12:30 eva Exp $
-inherit gnome2 eutils
+inherit autotools gnome2 eutils
DESCRIPTION="An applet that shows the status of your Caps, Num and Scroll Lock keys"
HOMEPAGE="http://mfcn.ilo.de/led_applet"
@@ -28,4 +28,6 @@ src_unpack() {
# remove deprecated definitions, bug #206459
# courtesy of ubuntu/debian developers
epatch "${FILESDIR}/${P}-gtk-disable-deprecated.patch"
+
+ eautomake
}