diff options
author | Matt Turner <mattst88@gentoo.org> | 2011-08-30 20:42:15 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2011-08-30 20:42:15 +0000 |
commit | 073642759effd1623dcc4823851be266e3110a25 (patch) | |
tree | 4aa51c14de86d5421514ea96262a2558989b00c3 /sys-apps/apmd | |
parent | Don't install selinux files with USE=-selinux. Thanks to Agostino Sarubbo for... (diff) | |
download | gentoo-2-073642759effd1623dcc4823851be266e3110a25.tar.gz gentoo-2-073642759effd1623dcc4823851be266e3110a25.tar.bz2 gentoo-2-073642759effd1623dcc4823851be266e3110a25.zip |
Added missing libtool dependency. Noticed due to x86-autobuild failure.
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/apmd')
-rw-r--r-- | sys-apps/apmd/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/apmd/apmd-3.2.2_p14.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sys-apps/apmd/ChangeLog b/sys-apps/apmd/ChangeLog index bd85992c6163..6b2c424a86d1 100644 --- a/sys-apps/apmd/ChangeLog +++ b/sys-apps/apmd/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/apmd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/ChangeLog,v 1.43 2011/01/19 05:55:04 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/ChangeLog,v 1.44 2011/08/30 20:42:15 mattst88 Exp $ + + 30 Aug 2011; Matt Turner <mattst88@gentoo.org> apmd-3.2.2_p14.ebuild: + Added missing libtool dependency. Noticed due to x86-autobuild failure. 19 Jan 2011; Kacper Kowalik <xarthisius@gentoo.org> apmd-3.2.2_p14.ebuild: ppc64 stable wrt #338993 diff --git a/sys-apps/apmd/apmd-3.2.2_p14.ebuild b/sys-apps/apmd/apmd-3.2.2_p14.ebuild index 1ce085b4538c..8de912539269 100644 --- a/sys-apps/apmd/apmd-3.2.2_p14.ebuild +++ b/sys-apps/apmd/apmd-3.2.2_p14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.2_p14.ebuild,v 1.5 2011/01/19 05:55:04 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/apmd-3.2.2_p14.ebuild,v 1.6 2011/08/30 20:42:15 mattst88 Exp $ EAPI=2 inherit eutils multilib toolchain-funcs @@ -29,6 +29,7 @@ RDEPEND=">=sys-apps/debianutils-1.16 x11-libs/libXt x11-libs/libXext )" DEPEND="${RDEPEND} + sys-devel/libtool virtual/os-headers" S=${WORKDIR}/${PN}-${MY_PV}.orig |