mgorny 14/07/01 08:34:03 Modified: ChangeLog make.defaults Log: Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in ebuilds.
Revision Changes Path 1.213 profiles/arch/hppa/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.213&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?rev=1.213&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/ChangeLog?r1=1.212&r2=1.213 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v retrieving revision 1.212 retrieving revision 1.213 diff -u -r1.212 -r1.213 --- ChangeLog 1 Jun 2014 06:01:12 -0000 1.212 +++ ChangeLog 1 Jul 2014 08:34:03 -0000 1.213 @@ -1,6 +1,10 @@ # ChangeLog for Gentoo/hppa profile # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.212 2014/06/01 06:01:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/ChangeLog,v 1.213 2014/07/01 08:34:03 mgorny Exp $ + + 01 Jul 2014; Michał Górny <[email protected]> make.defaults: + Set ABI & DEFAULT_ABI on remaining profiles for easy consistent checks in + ebuilds. 01 Jun 2014; Samuli Suominen <[email protected]> package.use.mask: Mask USE="udev" for xfce-base/xfce4-settings right next to already masked 1.10 profiles/arch/hppa/make.defaults file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/profiles/arch/hppa/make.defaults?r1=1.9&r2=1.10 Index: make.defaults =================================================================== RCS file: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- make.defaults 18 Jan 2014 01:03:39 -0000 1.9 +++ make.defaults 1 Jul 2014 08:34:03 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.9 2014/01/18 01:03:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/arch/hppa/make.defaults,v 1.10 2014/07/01 08:34:03 mgorny Exp $ ARCH="hppa" ACCEPT_KEYWORDS="hppa" @@ -13,6 +13,12 @@ USE="cups foomaticdb fortran gdbm gpm imlib libwww spell xml2 firefox" +# Michał Górny <[email protected]> (01 Jul 2014) +# Set ABI & DEFAULT_ABI consistently with ${ARCH}, to make ebuild +# checks simpler. +ABI="hppa" +DEFAULT_ABI="hppa" + # 2006/08/18 - Donnie Berkholz <[email protected]> # Defaults for video drivers VIDEO_CARDS="fbdev"
