diff options
author | Henrik Brix Andersen <brix@gentoo.org> | 2005-09-08 13:01:50 +0000 |
---|---|---|
committer | Henrik Brix Andersen <brix@gentoo.org> | 2005-09-08 13:01:50 +0000 |
commit | be2de2bd8cd16a1aea389f613dbedde05d2d09f7 (patch) | |
tree | b9c9292c7bede74a6f187bfa5923e00dc7059964 /sys-power | |
parent | Mask off >=www-apps/swish-e-2.4. (diff) | |
download | gentoo-2-be2de2bd8cd16a1aea389f613dbedde05d2d09f7.tar.gz gentoo-2-be2de2bd8cd16a1aea389f613dbedde05d2d09f7.tar.bz2 gentoo-2-be2de2bd8cd16a1aea389f613dbedde05d2d09f7.zip |
Fixed dependencies, bug #105224.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'sys-power')
-rw-r--r-- | sys-power/acpid/ChangeLog | 6 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.2-r2.ebuild | 5 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.4-r1.ebuild | 8 | ||||
-rw-r--r-- | sys-power/acpid/acpid-1.0.4-r2.ebuild | 8 |
4 files changed, 13 insertions, 14 deletions
diff --git a/sys-power/acpid/ChangeLog b/sys-power/acpid/ChangeLog index 9bf6d7e88138..bba0772e96a0 100644 --- a/sys-power/acpid/ChangeLog +++ b/sys-power/acpid/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-power/acpid # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.11 2005/08/23 20:54:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/ChangeLog,v 1.12 2005/09/08 13:01:50 brix Exp $ + + 08 Sep 2005; Henrik Brix Andersen <brix@gentoo.org> acpid-1.0.2-r2.ebuild, + acpid-1.0.4-r1.ebuild, acpid-1.0.4-r2.ebuild: + Fixed dependencies, bug #105224. 23 Aug 2005; Aron Griffis <agriffis@gentoo.org> acpid-1.0.4-r2.ebuild: stable on ia64 diff --git a/sys-power/acpid/acpid-1.0.2-r2.ebuild b/sys-power/acpid/acpid-1.0.2-r2.ebuild index 81c45885a003..f34fdc55fe8b 100644 --- a/sys-power/acpid/acpid-1.0.2-r2.ebuild +++ b/sys-power/acpid/acpid-1.0.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.2-r2.ebuild,v 1.1 2005/03/15 19:15:53 ciaranm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.2-r2.ebuild,v 1.2 2005/09/08 13:01:50 brix Exp $ inherit eutils @@ -15,8 +15,7 @@ IUSE="" # We need the patched kernel with latest ACPI code, or else it will # be broken. Hopefully it will be merge into release kernel soon. -DEPEND="virtual/libc - virtual/linux-sources" +DEPEND="virtual/libc" src_compile() { # Fix bug # 22238 (default.sh broken) diff --git a/sys-power/acpid/acpid-1.0.4-r1.ebuild b/sys-power/acpid/acpid-1.0.4-r1.ebuild index ca2cadd8b7ab..9aceff08322c 100644 --- a/sys-power/acpid/acpid-1.0.4-r1.ebuild +++ b/sys-power/acpid/acpid-1.0.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r1.ebuild,v 1.4 2005/05/23 19:19:38 brix Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r1.ebuild,v 1.5 2005/09/08 13:01:50 brix Exp $ inherit eutils toolchain-funcs @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="x86 -ppc ~alpha ~amd64 ~ia64" IUSE="doc" -DEPEND="sys-apps/sed - virtual/libc - virtual/linux-sources" -RDEPEND="virtual/libc" +DEPEND="sys-apps/sed" +RDEPEND="" src_unpack() { unpack ${A} diff --git a/sys-power/acpid/acpid-1.0.4-r2.ebuild b/sys-power/acpid/acpid-1.0.4-r2.ebuild index ac7b3c6bbe7d..74332c392844 100644 --- a/sys-power/acpid/acpid-1.0.4-r2.ebuild +++ b/sys-power/acpid/acpid-1.0.4-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r2.ebuild,v 1.3 2005/08/23 20:54:00 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-power/acpid/acpid-1.0.4-r2.ebuild,v 1.4 2005/09/08 13:01:50 brix Exp $ inherit eutils toolchain-funcs @@ -13,10 +13,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ia64 -ppc x86" IUSE="doc logrotate" -DEPEND="sys-apps/sed - virtual/libc - virtual/linux-sources" -RDEPEND="virtual/libc" +DEPEND="sys-apps/sed" +RDEPEND="" src_unpack() { unpack ${A} |