diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2013-03-02 21:49:24 +0000 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2013-03-02 21:49:24 +0000 |
commit | 5c430e3392ec967b25fe8adc820d7cc8cbb3c193 (patch) | |
tree | dd5b9c1d46fe37f9a7160755f67c98fa1c67879f /app-crypt/bestcrypt | |
parent | Move Qt dependencies to the new category (diff) | |
download | gentoo-2-5c430e3392ec967b25fe8adc820d7cc8cbb3c193.tar.gz gentoo-2-5c430e3392ec967b25fe8adc820d7cc8cbb3c193.tar.bz2 gentoo-2-5c430e3392ec967b25fe8adc820d7cc8cbb3c193.zip |
Remove stable keywords as truecrypt never been maintained properly upstream, tend to break and hard to maintain, people may still use it but without us making the effort of stabilization.
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key BF20DC51)
Diffstat (limited to 'app-crypt/bestcrypt')
-rw-r--r-- | app-crypt/bestcrypt/ChangeLog | 9 | ||||
-rw-r--r-- | app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild | 6 |
2 files changed, 10 insertions, 5 deletions
diff --git a/app-crypt/bestcrypt/ChangeLog b/app-crypt/bestcrypt/ChangeLog index fe66bbd53ffc..756d300f3c4f 100644 --- a/app-crypt/bestcrypt/ChangeLog +++ b/app-crypt/bestcrypt/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-crypt/bestcrypt -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.74 2012/12/22 23:42:52 alonbl Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/ChangeLog,v 1.75 2013/03/02 21:49:24 alonbl Exp $ + + 02 Mar 2013; Alon Bar-Lev <alonbl@gentoo.org> bestcrypt-1.7.0.ebuild: + Remove stable keywords as truecrypt never been maintained properly upstream, + tend to break and hard to maintain, people may still use it but without us + making the effort of stabilization. 22 Dec 2012; Alon Bar-Lev <alonbl@gentoo.org> bestcrypt-2.0.0.ebuild: Check for CONFIG_MODULES diff --git a/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild b/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild index cf3fb648e9b9..660ea22be102 100644 --- a/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild +++ b/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild,v 1.3 2009/06/10 19:06:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/bestcrypt/bestcrypt-1.7.0.ebuild,v 1.4 2013/03/02 21:49:24 alonbl Exp $ EAPI="2" @@ -15,7 +15,7 @@ SRC_URI="http://www.jetico.com/linux/BestCrypt-${MY_PV}.tar.gz" LICENSE="bestcrypt" SLOT="0" IUSE="" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" DEPEND="virtual/linux-sources" RDEPEND="" |