diff options
author | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 01:03:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2014-01-18 01:03:19 +0000 |
commit | 0745c8ecb1c9b920c3026645835bcf7222766293 (patch) | |
tree | b0d302d0ca5181fb63a31558c879082e7f951926 /profiles/arch | |
parent | Update PYTHON_TARGETS from 3.2 to 3.3 now that it is stable #474128. (diff) | |
download | gentoo-2-0745c8ecb1c9b920c3026645835bcf7222766293.tar.gz gentoo-2-0745c8ecb1c9b920c3026645835bcf7222766293.tar.bz2 gentoo-2-0745c8ecb1c9b920c3026645835bcf7222766293.zip |
Drop python targets hacks now that base/ has it #474128.
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/alpha/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/arch/alpha/make.defaults | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/profiles/arch/alpha/ChangeLog b/profiles/arch/alpha/ChangeLog index 57a76733c8d7..3e419b7a3291 100644 --- a/profiles/arch/alpha/ChangeLog +++ b/profiles/arch/alpha/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for Gentoo/Alpha profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.185 2014/01/09 03:39:33 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/ChangeLog,v 1.186 2014/01/18 01:03:19 vapier Exp $ + + 18 Jan 2014; Mike Frysinger <vapier@gentoo.org> make.defaults: + Drop python targets hacks now that base/ has it #474128. 09 Jan 2014; Mike Gilbert <floppym@gentoo.org> package.use.mask: Mask sys-auth/pambase[systemd]. diff --git a/profiles/arch/alpha/make.defaults b/profiles/arch/alpha/make.defaults index e920ade4a9df..a3ae2a8599eb 100644 --- a/profiles/arch/alpha/make.defaults +++ b/profiles/arch/alpha/make.defaults @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/make.defaults,v 1.5 2013/12/13 06:14:43 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/alpha/make.defaults,v 1.6 2014/01/18 01:03:19 vapier Exp $ ARCH="alpha" ACCEPT_KEYWORDS="alpha" @@ -19,7 +19,3 @@ VIDEO_CARDS="fbdev glint mach64 mga nv r128 radeon savage tdfx voodoo" # Defaults for audio drivers. These are copied from x86 (minus modems), since # Alpha supports the same busses. ALSA_CARDS="ali5451 als4000 bt87x ca0106 cmipci emu10k1 ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 maestro3 trident usb-audio via82xx ymfpci" - -# Matt Turner <mattst88@gentoo.org> (12 Dec 2013) -# Bug 474128. -USE="${USE} -python_targets_python3_2 python_targets_python3_3" |