diff options
author | 2010-02-20 20:12:20 +0000 | |
---|---|---|
committer | 2010-02-20 20:12:20 +0000 | |
commit | a07c407d22eaa1f3210ffc70898398649ce28605 (patch) | |
tree | 8f5ee92f70a2304bedbde09b85e51a169b5bc75a /dev-libs/elfutils | |
parent | Delete older ebuild. (diff) | |
download | gentoo-2-a07c407d22eaa1f3210ffc70898398649ce28605.tar.gz gentoo-2-a07c407d22eaa1f3210ffc70898398649ce28605.tar.bz2 gentoo-2-a07c407d22eaa1f3210ffc70898398649ce28605.zip |
Transfer prefix keywords, remove dep on glibc on prefix
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'dev-libs/elfutils')
-rw-r--r-- | dev-libs/elfutils/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/elfutils/elfutils-0.144.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-libs/elfutils/ChangeLog b/dev-libs/elfutils/ChangeLog index 990f37c1b5a6..5c0bc129c9b3 100644 --- a/dev-libs/elfutils/ChangeLog +++ b/dev-libs/elfutils/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/elfutils # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.128 2010/02/04 08:12:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/ChangeLog,v 1.129 2010/02/20 20:12:20 abcd Exp $ + + 20 Feb 2010; Jonathan Callen <abcd@gentoo.org> elfutils-0.144.ebuild: + Transfer prefix keywords, remove dep on glibc on prefix *elfutils-0.144 (04 Feb 2010) diff --git a/dev-libs/elfutils/elfutils-0.144.ebuild b/dev-libs/elfutils/elfutils-0.144.ebuild index fcbdf3894a12..dd62afe32c6f 100644 --- a/dev-libs/elfutils/elfutils-0.144.ebuild +++ b/dev-libs/elfutils/elfutils-0.144.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild,v 1.1 2010/02/04 08:12:04 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/elfutils/elfutils-0.144.ebuild,v 1.2 2010/02/20 20:12:20 abcd Exp $ inherit eutils @@ -12,7 +12,7 @@ SRC_URI="https://fedorahosted.org/releases/e/l/elfutils/${P}.tar.bz2" LICENSE="GPL-2-with-exceptions" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 lzma nls test zlib" # This pkg does not actually seem to compile currently in a uClibc @@ -22,7 +22,7 @@ RDEPEND="zlib? ( >=sys-libs/zlib-1.2.2.3 ) bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils )" DEPEND="${RDEPEND} - elibc_glibc? ( >=sys-libs/glibc-2.7 ) + elibc_glibc? ( !prefix? ( >=sys-libs/glibc-2.7 ) ) nls? ( sys-devel/gettext ) >=sys-devel/flex-2.5.4a sys-devel/m4 |