diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-02-15 09:02:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-02-15 09:02:19 +0000 |
commit | 3801816eddb69c406c9396ab338dbee5cf5b96bc (patch) | |
tree | f799fe1e5cc2d9e0d972e0d058148402853eb344 /profiles | |
parent | Bump (diff) | |
download | gentoo-2-3801816eddb69c406c9396ab338dbee5cf5b96bc.tar.gz gentoo-2-3801816eddb69c406c9396ab338dbee5cf5b96bc.tar.bz2 gentoo-2-3801816eddb69c406c9396ab338dbee5cf5b96bc.zip |
libev isn't supported on some arches, use another default value for them (#499498)
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 7 | ||||
-rw-r--r-- | profiles/arch/alpha/package.use | 7 | ||||
-rw-r--r-- | profiles/arch/ia64/package.use | 7 | ||||
-rw-r--r-- | profiles/arch/sparc/package.use | 7 |
4 files changed, 27 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 9c94e2d081f6..d84313608302 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,16 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8607 2014/02/14 14:04:30 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.8608 2014/02/15 09:02:18 pacho Exp $ # # This ChangeLog should include records for all changes in profiles directory. # Only typo fixes which don't affect portage/repoman behaviour could be avoided # here. If in doubt put a record here! + 15 Feb 2014; Pacho Ramos <pacho@gentoo.org> +arch/alpha/package.use, + +arch/ia64/package.use, +arch/sparc/package.use: + libev isn't supported on some arches, use another default value for them + (#499498) + 14 Feb 2014; Joerg Bornkessel <hd_brummy@gentoo.org> package.mask: removed pmask, media-plugins/{vdr-xxvautotimer,vdr-skinclassic,vdr-sky,vdr-skinreel}, diff --git a/profiles/arch/alpha/package.use b/profiles/arch/alpha/package.use new file mode 100644 index 000000000000..7959db47856e --- /dev/null +++ b/profiles/arch/alpha/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/package.use,v 1.1 2014/02/15 09:02:19 pacho Exp $ + +# Pacho Ramos <pacho@gentoo.org> (15 Feb 2014) +# libev isn't supported on this arch, use another default (#499498) +dev-libs/libverto libevent diff --git a/profiles/arch/ia64/package.use b/profiles/arch/ia64/package.use new file mode 100644 index 000000000000..bb1814356d0e --- /dev/null +++ b/profiles/arch/ia64/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/ia64/package.use,v 1.1 2014/02/15 09:02:19 pacho Exp $ + +# Pacho Ramos <pacho@gentoo.org> (15 Feb 2014) +# libev isn't supported on this arch, use another default (#499498) +dev-libs/libverto libevent diff --git a/profiles/arch/sparc/package.use b/profiles/arch/sparc/package.use new file mode 100644 index 000000000000..a6372a9a13a6 --- /dev/null +++ b/profiles/arch/sparc/package.use @@ -0,0 +1,7 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/sparc/package.use,v 1.1 2014/02/15 09:02:19 pacho Exp $ + +# Pacho Ramos <pacho@gentoo.org> (15 Feb 2014) +# libev isn't supported on this arch, use another default (#499498) +dev-libs/libverto libevent |