diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2017-07-10 15:24:14 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2017-07-10 15:24:14 -0700 |
commit | 27148cd4dced41ed0e83994b77389d72cd649626 (patch) | |
tree | 3873b3993e1f1936add0894dcce62ce71fda83bc /sys-libs/db | |
parent | sys-libs/db: Security revbumps to disable usage of bundled sqlite. (diff) | |
download | gentoo-27148cd4dced41ed0e83994b77389d72cd649626.tar.gz gentoo-27148cd4dced41ed0e83994b77389d72cd649626.tar.bz2 gentoo-27148cd4dced41ed0e83994b77389d72cd649626.zip |
sys-libs/db: previous commit had extra stable keywords.
Package-Manager: portage-2.3.6
Diffstat (limited to 'sys-libs/db')
-rw-r--r-- | sys-libs/db/db-5.3.28-r3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/db/db-5.3.28-r3.ebuild b/sys-libs/db/db-5.3.28-r3.ebuild index e5330769b212..240a2b09a416 100644 --- a/sys-libs/db/db-5.3.28-r3.ebuild +++ b/sys-libs/db/db-5.3.28-r3.ebuild @@ -27,7 +27,7 @@ done LICENSE="Sleepycat" SLOT="5.3" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="doc java cxx tcl test" REQUIRED_USE="test? ( tcl )" |