diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-10-27 15:32:59 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2011-10-27 15:32:59 +0000 |
commit | bc38fc5df2c7398560a5989fc5ce1b670f0ad7b7 (patch) | |
tree | 51e5fee79a9e9a3458795c5106f67294bae8655c | |
parent | Add systemd service name to D-Bus service files per bug #372877. (diff) | |
download | gentoo-2-bc38fc5df2c7398560a5989fc5ce1b670f0ad7b7.tar.gz gentoo-2-bc38fc5df2c7398560a5989fc5ce1b670f0ad7b7.tar.bz2 gentoo-2-bc38fc5df2c7398560a5989fc5ce1b670f0ad7b7.zip |
Allow usage of EAPI 1 in profiles as per council decision on 20111011
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/eapi | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index bc7102cd326f..16a43bf25cc2 100644 --- a/profiles/ChangeLog +++ b/profiles/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for profile directory # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5833 2011/10/27 04:50:19 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.5834 2011/10/27 15:32:59 nirbheek 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! + 27 Oct 2011; Nirbheek Chauhan <nirbheek@gentoo.org> +eapi: + Allow usage of EAPI 1 in profiles as per council decision on 20111011 + 27 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> updates/4Q-2011: Slotmove gkt2-based gtkspell to 2 in preparation for gtkspell-3. diff --git a/profiles/eapi b/profiles/eapi new file mode 100644 index 000000000000..d00491fd7e5b --- /dev/null +++ b/profiles/eapi @@ -0,0 +1 @@ +1 |