diff options
author | 2014-11-07 16:04:46 +0000 | |
---|---|---|
committer | 2014-11-07 16:04:46 +0000 | |
commit | e08d6fece723a7c2d2f5c4748a4bbbad5444b3ab (patch) | |
tree | 2a86f8af54483b3317eaf7cf6792453e64466853 /profiles | |
parent | When only one supported python implementation can satisfy an ebuild, do not p... (diff) | |
download | historical-e08d6fece723a7c2d2f5c4748a4bbbad5444b3ab.tar.gz historical-e08d6fece723a7c2d2f5c4748a4bbbad5444b3ab.tar.bz2 historical-e08d6fece723a7c2d2f5c4748a4bbbad5444b3ab.zip |
added desktop variant to the amd64 no-emul-linux-x86 profile to support more real-world type testing
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 8 | ||||
-rw-r--r-- | profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/eapi | 1 | ||||
-rw-r--r-- | profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/parent | 2 | ||||
-rw-r--r-- | profiles/profiles.desc | 23 |
4 files changed, 22 insertions, 12 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index 4a00d7ac2730..0ebfa9ca962a 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,17 @@ # ChangeLog for profile directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9522 2014/11/07 13:19:12 yngwin Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9523 2014/11/07 16:04:45 axs 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! + 07 Nov 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> + +default/linux/amd64/13.0/no-emul-linux-x86/desktop/eapi, + +default/linux/amd64/13.0/no-emul-linux-x86/desktop/parent, profiles.desc: + added desktop variant to the amd64 no-emul-linux-x86 profile to support more + real-world type testing + 07 Nov 2014; Ben de Groot <yngwin@gentoo.org> package.mask: Mask razorqt-base packages. They are unmaintained, unsupported, and are starting to throw compilation errors. diff --git a/profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/eapi b/profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/eapi new file mode 100644 index 000000000000..7ed6ff82de6b --- /dev/null +++ b/profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/eapi @@ -0,0 +1 @@ +5 diff --git a/profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/parent b/profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/parent new file mode 100644 index 000000000000..f478d6cb9fc9 --- /dev/null +++ b/profiles/default/linux/amd64/13.0/no-emul-linux-x86/desktop/parent @@ -0,0 +1,2 @@ +../../desktop +.. diff --git a/profiles/profiles.desc b/profiles/profiles.desc index 76b10a1b23d1..7540983ddb01 100644 --- a/profiles/profiles.desc +++ b/profiles/profiles.desc @@ -16,17 +16,18 @@ alpha default/linux/alpha/13.0/desktop/kde/systemd stable alpha default/linux/alpha/13.0/developer stable # AMD64 Profiles -amd64 default/linux/amd64/13.0 stable -amd64 default/linux/amd64/13.0/selinux dev -amd64 default/linux/amd64/13.0/desktop stable -amd64 default/linux/amd64/13.0/desktop/gnome stable -amd64 default/linux/amd64/13.0/desktop/gnome/systemd stable -amd64 default/linux/amd64/13.0/desktop/kde stable -amd64 default/linux/amd64/13.0/desktop/kde/systemd stable -amd64 default/linux/amd64/13.0/developer stable -amd64 default/linux/amd64/13.0/no-emul-linux-x86 dev -amd64 default/linux/amd64/13.0/no-multilib dev -amd64 default/linux/amd64/13.0/x32 dev +amd64 default/linux/amd64/13.0 stable +amd64 default/linux/amd64/13.0/selinux dev +amd64 default/linux/amd64/13.0/desktop stable +amd64 default/linux/amd64/13.0/desktop/gnome stable +amd64 default/linux/amd64/13.0/desktop/gnome/systemd stable +amd64 default/linux/amd64/13.0/desktop/kde stable +amd64 default/linux/amd64/13.0/desktop/kde/systemd stable +amd64 default/linux/amd64/13.0/developer stable +amd64 default/linux/amd64/13.0/no-emul-linux-x86 dev +amd64 default/linux/amd64/13.0/no-emul-linux-x86/desktop dev +amd64 default/linux/amd64/13.0/no-multilib dev +amd64 default/linux/amd64/13.0/x32 dev # ARM Profiles arm default/linux/arm/13.0 stable |